#256B35

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

Shades of Camarone #256B35

Tints of Camarone #256B35

Color information

#256B35 (or 0x256B35) is unknown color: approx Camarone. HEX triplet: 25, 6B and 35. RGB value is (37,107,53). Sum of RGB (Red+Green+Blue) = 37+107+53=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #256B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B35 is #DA94CA. Grayscale: #505050. Windows color (decimal): -14324939 or 3500837. OLE color: 3500837.

HSL color Cylindrical-coordinate representation of color #256B35: hue angle of 133.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256B35 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB3710753-
CMYK0.6500.500.58
HSL133.71º48.61%28.24%-
HSV(B)133.71º65.42%41.96%-
XYZ6.6611.175.17-
YUV79.91112.8197.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 107 (42.19% from 255) = 54.31%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=18.78%
G=54.31%
B=26.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37107530.6500.500.58133.7148.6128.24
Hex256B35410323A86311c
Octal4515365101062722066134
Binary1001011101011110101100000101100101110101000011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256B35; }

 p { color: rgb(37,107,53); }

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

<style>
 a { background-color: #256B35; }

 a { background-color: rgb(37,107,53); }

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

<style>
 span { border-color: #256B35; }

 span { border-color: rgb(37,107,53); }

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