#0C652F

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

Shades of Crusoe #0C652F

Tints of Crusoe #0C652F

Color information

#0C652F (or 0x0C652F) is unknown color: approx Crusoe. HEX triplet: 0C, 65 and 2F. RGB value is (12,101,47). Sum of RGB (Red+Green+Blue) = 12+101+47=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #0C652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C652F is #F39AD0. Grayscale: #444444. Windows color (decimal): -15964881 or 3106060. OLE color: 3106060.

HSL color Cylindrical-coordinate representation of color #0C652F: hue angle of 143.6º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C652F is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB1210147-
CMYK0.8800.530.60
HSL143.6º78.76%22.16%-
HSV(B)143.6º88.12%39.61%-
XYZ5.329.594.26-
YUV68.23116.0187.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 101 (39.84% from 255) = 63.12%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=7.5%
G=63.12%
B=29.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal12101470.8800.530.60143.678.7622.16
HexC652F580353C904f16
Octal14145571300657422011726
Binary110011001011011111011000011010111110010010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,47); }

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

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

 a { background-color: rgb(12,101,47); }

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

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

 span { border-color: rgb(12,101,47); }

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