#25693C

Color #25693C Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #25693C

Tints of Camarone #25693C

Color information

#25693C (or 0x25693C) is unknown color: approx Camarone. HEX triplet: 25, 69 and 3C. RGB value is (37,105,60). Sum of RGB (Red+Green+Blue) = 37+105+60=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #25693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25693C is #DA96C3. Grayscale: #4F4F4F. Windows color (decimal): -14325444 or 3959077. OLE color: 3959077.

HSL color Cylindrical-coordinate representation of color #25693C: hue angle of 140.29º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25693C is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB3710560-
CMYK0.6500.430.59
HSL140.29º47.89%27.84%-
HSV(B)140.29º64.76%41.18%-
XYZ6.6310.826.01-
YUV79.54116.9797.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=18.32%
G=51.98%
B=29.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105600.6500.430.59140.2947.8927.84
Hex25693C4102B3B8c301c
Octal4515174101053732146034
Binary1001011101001111100100000101010111110111000110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25693C; }

 p { color: rgb(37,105,60); }

 H1.HeaderClassName
 {
   color: #25693C;
 }
 .AnyTagClassName
 {
   color: #25693C;
 }
</style>
background-color css

<style>
 a { background-color: #25693C; }

 a { background-color: rgb(37,105,60); }

 div.DivClassName
 {
   background-color: #25693C;
 }
 .BgClassName
 {
   background-color: #25693C;
 }
</style>
border-color css

<style>
 span { border-color: #25693C; }

 span { border-color: rgb(37,105,60); }

 td.TdClassName
 {
   border-color: #25693C;
 }
 .TagClassName
 {
   border-color: #25693C;
 }
</style>