Html Css Color HEX #0C551E Crusoe

📋 copy color: '#0C551E'

red 12 ◦ green 85 ◦ blue 30

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

Shades of Crusoe #0C551E

Tints of Crusoe #0C551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.93%

 BLUE value IS 30 (12.11% from 255) = 23.62%

R = 9.45%
G = 66.93%
B = 23.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#0C551E (or 0x0C551E) is known color: Crusoe. HEX triplet: 0C, 55 and 1E. RGB value is (12,85,30). Sum of RGB (Red+Green+Blue) = 12+85+30=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #0C551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C551E is #F3AAE1. Grayscale: #393939. Windows color (decimal): -15968994 or 1987852. OLE color: 1987852.

HSL color Cylindrical-coordinate representation of color #0C551E: hue angle of 134.79º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C551E is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 85 30 -
CMYK 0.86 0 0.65 0.67
HSL 134.79º 0.75% 0.19% -
HSV(B) 134.79º 0.86% 0.33% -
XYZ 3.63 6.67 2.32 -
YUV 56.9 112.82 95.97 -
System Red Green Blue C M Y K H S L
Decimal 12 85 30 0.86 0 0.65 0.67 134.79 0.75 0.19
Hex C 55 1E 56 0 41 43 87 4B 13
Octal 14 125 36 126 0 101 103 207 113 23
Binary 1100 1010101 11110 1010110 0 1000001 1000011 10000111 1001011 10011

Color Harmonies of #0C551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C551E

Black with #0C551E

Text Example


Text Example

White with #0C551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,85,30); }

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

background-color css

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

 a { background-color: rgb(12,85,30); }

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

border-color css

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

 span { border-color: rgb(12,85,30); }

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