#256C40

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

Shades of Camarone #256C40

Tints of Camarone #256C40

Color information

#256C40 (or 0x256C40) is unknown color: approx Camarone. HEX triplet: 25, 6C and 40. RGB value is (37,108,64). Sum of RGB (Red+Green+Blue) = 37+108+64=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #256C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C40 is #DA93BF. Grayscale: #515151. Windows color (decimal): -14324672 or 4221989. OLE color: 4221989.

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

Color convert

RGB3710864-
CMYK0.6600.410.58
HSL142.82º48.97%28.43%-
HSV(B)142.82º65.74%42.35%-
XYZ7.0511.496.7-
YUV81.76117.9896.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 108 (42.58% from 255) = 51.67%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=17.70%
G=51.67%
B=30.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37108640.6600.410.58142.8248.9728.43
Hex256C40420293A8f311c
Octal45154100102051722176134
Binary10010111011001000000100001001010011110101000111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,108,64); }

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

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

 a { background-color: rgb(37,108,64); }

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

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

 span { border-color: rgb(37,108,64); }

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