Html Css Color HEX #0C561F Crusoe

📋 copy color: '#0C561F'

red 12 ◦ green 86 ◦ blue 31

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

Shades of Crusoe #0C561F

Tints of Crusoe #0C561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 66.67%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 9.3%
G = 66.67%
B = 24.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#0C561F (or 0x0C561F) is known color: Crusoe. HEX triplet: 0C, 56 and 1F. RGB value is (12,86,31). Sum of RGB (Red+Green+Blue) = 12+86+31=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #0C561F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C561F is #F3A9E0. Grayscale: #393939. Windows color (decimal): -15968737 or 2053644. OLE color: 2053644.

HSL color Cylindrical-coordinate representation of color #0C561F: hue angle of 135.41º 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 #0C561F is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 86 31 -
CMYK 0.86 0 0.64 0.66
HSL 135.41º 0.76% 0.19% -
HSV(B) 135.41º 0.86% 0.34% -
XYZ 3.73 6.83 2.42 -
YUV 57.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 12 86 31 0.86 0 0.64 0.66 135.41 0.76 0.19
Hex C 56 1F 56 0 40 42 87 4C 13
Octal 14 126 37 126 0 100 102 207 114 23
Binary 1100 1010110 11111 1010110 0 1000000 1000010 10000111 1001100 10011

Color Harmonies of #0C561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C561F

Black with #0C561F

Text Example


Text Example

White with #0C561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,86,31); }

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

background-color css

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

 a { background-color: rgb(12,86,31); }

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

border-color css

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

 span { border-color: rgb(12,86,31); }

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