#0C5B2B

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

Shades of Crusoe #0C5B2B

Tints of Crusoe #0C5B2B

Color information

#0C5B2B (or 0x0C5B2B) is unknown color: approx Crusoe. HEX triplet: 0C, 5B and 2B. RGB value is (12,91,43). Sum of RGB (Red+Green+Blue) = 12+91+43=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 91 (35.94% from 255 or 62.33% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5B2B is #F3A4D4. Grayscale: #3E3E3E. Windows color (decimal): -15967445 or 2841356. OLE color: 2841356.

HSL color Cylindrical-coordinate representation of color #0C5B2B: hue angle of 143.54º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5B2B is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB129143-
CMYK0.8700.530.64
HSL143.54º76.7%20.2%-
HSV(B)143.54º86.81%35.69%-
XYZ4.337.733.55-
YUV61.91117.3392.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.22%
GREEN value IS 91 (35.94% from 255) = 62.33%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=8.22%
G=62.33%
B=29.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1291430.8700.530.64143.5476.720.2
HexC5B2B5703540904d14
Octal141335312706510022011524
Binary1100101101110101110101110110101100000010010000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,43); }

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

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

 a { background-color: rgb(12,91,43); }

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

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

 span { border-color: rgb(12,91,43); }

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