Html Css Color HEX #0C6227 Crusoe

📋 copy color: '#0C6227'

red 12 ◦ green 98 ◦ blue 39

#0C6227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0C6227

Tints of Crusoe #0C6227

RGB

 RED value IS 12 (5.08% from 255) = 8.05%

 GREEN value IS 98 (38.67% from 255) = 65.77%

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 8.05%
G = 65.77%
B = 26.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#0C6227 (or 0x0C6227) is known color: Crusoe. HEX triplet: 0C, 62 and 27. RGB value is (12,98,39). Sum of RGB (Red+Green+Blue) = 12+98+39=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6227 is #F39DD8. Grayscale: #414141. Windows color (decimal): -15965657 or 2581004. OLE color: 2581004.

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

Color convert

RGB 12 98 39 -
CMYK 0.88 0 0.60 0.62
HSL 138.84º 0.78% 0.22% -
HSV(B) 138.84º 0.88% 0.38% -
XYZ 4.89 8.96 3.39 -
YUV 65.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 12 98 39 0.88 0 0.60 0.62 138.84 0.78 0.22
Hex C 62 27 58 0 3C 3E 8B 4E 16
Octal 14 142 47 130 0 74 76 213 116 26
Binary 1100 1100010 100111 1011000 0 111100 111110 10001011 1001110 10110

Color Harmonies of #0C6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6227

Black with #0C6227

Text Example


Text Example

White with #0C6227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,98,39); }

 H1.HeaderClassName
 {
   color: #0C6227;
 }
 .AnyTagClassName
 {
   color: #0C6227;
 }
</style>

background-color css

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

 a { background-color: rgb(12,98,39); }

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

border-color css

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

 span { border-color: rgb(12,98,39); }

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