#256332

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

Shades of Camarone #256332

Tints of Camarone #256332

Color information

#256332 (or 0x256332) is unknown color: approx Camarone. HEX triplet: 25, 63 and 32. RGB value is (37,99,50). Sum of RGB (Red+Green+Blue) = 37+99+50=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #256332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256332 is #DA9CCD. Grayscale: #4B4B4B. Windows color (decimal): -14326990 or 3302181. OLE color: 3302181.

HSL color Cylindrical-coordinate representation of color #256332: hue angle of 132.58º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256332 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB379950-
CMYK0.6300.490.61
HSL132.58º45.59%26.67%-
HSV(B)132.58º62.63%38.82%-
XYZ5.89.554.55-
YUV74.88113.96100.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=19.89%
G=53.23%
B=26.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3799500.6300.490.61132.5845.5926.67
Hex2563323F0313D852e1b
Octal451436277061752055633
Binary100101110001111001011111101100011111011000010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256332; }

 p { color: rgb(37,99,50); }

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

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

 a { background-color: rgb(37,99,50); }

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

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

 span { border-color: rgb(37,99,50); }

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