#0c5926

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

Shades of Crusoe #0C5926

Tints of Crusoe #0C5926

Color information

#0C5926 (or 0x0C5926) is unknown color: approx Crusoe. HEX triplet: 0C, 59 and 26. RGB value is (12,89,38). Sum of RGB (Red+Green+Blue) = 12+89+38=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5926 is #F3A6D9. Grayscale: #3C3C3C. Windows color (decimal): -15967962 or 2513164. OLE color: 2513164.

HSL color Cylindrical-coordinate representation of color #0C5926: hue angle of 140.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5926 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB128938-
CMYK0.8700.570.65
HSL140.26º76.24%19.8%-
HSV(B)140.26º86.52%34.9%-
XYZ4.077.363.04-
YUV60.16115.4993.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=8.63%
G=64.03%
B=27.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289380.8700.570.65140.2676.2419.8
HexC592657039418c4c14
Octal141314612707110121411424
Binary1100101100110011010101110111001100000110001100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c5926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c5926; }

 p { color: rgb(12,89,38); }

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

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

 a { background-color: rgb(12,89,38); }

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

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

 span { border-color: rgb(12,89,38); }

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