#0C522E

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

Shades of Crusoe #0C522E

Tints of Crusoe #0C522E

Color information

#0C522E (or 0x0C522E) is unknown color: approx Crusoe. HEX triplet: 0C, 52 and 2E. RGB value is (12,82,46). Sum of RGB (Red+Green+Blue) = 12+82+46=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #0C522E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C522E is #F3ADD1. Grayscale: #393939. Windows color (decimal): -15969746 or 3035660. OLE color: 3035660.

HSL color Cylindrical-coordinate representation of color #0C522E: hue angle of 149.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C522E is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB128246-
CMYK0.8500.440.68
HSL149.14º74.47%18.43%-
HSV(B)149.14º85.37%32.16%-
XYZ3.666.313.61-
YUV56.97121.8195.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.57%
GREEN value IS 82 (32.42% from 255) = 58.57%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=8.57%
G=58.57%
B=32.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282460.8500.440.68149.1474.4718.43
HexC522E5502C44954a12
Octal141225612505410422511222
Binary1100101001010111010101010101100100010010010101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,46); }

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

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

 a { background-color: rgb(12,82,46); }

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

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

 span { border-color: rgb(12,82,46); }

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