#0C5733

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

Shades of Crusoe #0C5733

Tints of Crusoe #0C5733

Color information

#0C5733 (or 0x0C5733) is unknown color: approx Crusoe. HEX triplet: 0C, 57 and 33. RGB value is (12,87,51). Sum of RGB (Red+Green+Blue) = 12+87+51=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 87 (34.38% from 255 or 58% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 87 - color contains mainly: green. Hex color #0C5733 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5733 is #F3A8CC. Grayscale: #3C3C3C. Windows color (decimal): -15968461 or 3364620. OLE color: 3364620.

HSL color Cylindrical-coordinate representation of color #0C5733: hue angle of 151.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5733 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB128751-
CMYK0.8600.410.66
HSL151.2º75.76%19.41%-
HSV(B)151.2º86.21%34.12%-
XYZ4.167.134.29-
YUV60.47122.6593.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8%
GREEN value IS 87 (34.38% from 255) = 58%
BLUE value IS 51 (20.31% from 255) = 34%
R=8%
G=58%
B=34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1287510.8600.410.66151.275.7619.41
HexC57335602942974c13
Octal141276312605110222711423
Binary1100101011111001110101100101001100001010010111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,87,51); }

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

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

 a { background-color: rgb(12,87,51); }

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

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

 span { border-color: rgb(12,87,51); }

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