Html Css Color HEX #0C581F Crusoe

📋 copy color: '#0C581F'

red 12 ◦ green 88 ◦ blue 31

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

Shades of Crusoe #0C581F

Tints of Crusoe #0C581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 67.18%

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

R = 9.16%
G = 67.18%
B = 23.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#0C581F (or 0x0C581F) is known color: Crusoe. HEX triplet: 0C, 58 and 1F. RGB value is (12,88,31). Sum of RGB (Red+Green+Blue) = 12+88+31=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #0C581F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C581F is #F3A7E0. Grayscale: #3A3A3A. Windows color (decimal): -15968225 or 2054156. OLE color: 2054156.

HSL color Cylindrical-coordinate representation of color #0C581F: hue angle of 135º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C581F is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 88 31 -
CMYK 0.86 0 0.65 0.65
HSL 135º 0.76% 0.2% -
HSV(B) 135º 0.86% 0.35% -
XYZ 3.89 7.16 2.47 -
YUV 58.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 12 88 31 0.86 0 0.65 0.65 135 0.76 0.2
Hex C 58 1F 56 0 41 41 87 4C 14
Octal 14 130 37 126 0 101 101 207 114 24
Binary 1100 1011000 11111 1010110 0 1000001 1000001 10000111 1001100 10100

Color Harmonies of #0C581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C581F

Black with #0C581F

Text Example


Text Example

White with #0C581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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