Html Css Color HEX #0C5C1F Crusoe

📋 copy color: '#0C5C1F'

red 12 ◦ green 92 ◦ blue 31

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

Shades of Crusoe #0C5C1F

Tints of Crusoe #0C5C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 68.15%

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

R = 8.89%
G = 68.15%
B = 22.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#0C5C1F (or 0x0C5C1F) is known color: Crusoe. HEX triplet: 0C, 5C and 1F. RGB value is (12,92,31). Sum of RGB (Red+Green+Blue) = 12+92+31=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #0C5C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5C1F is #F3A3E0. Grayscale: #3D3D3D. Windows color (decimal): -15967201 or 2055180. OLE color: 2055180.

HSL color Cylindrical-coordinate representation of color #0C5C1F: hue angle of 134.25º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5C1F is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 92 31 -
CMYK 0.87 0 0.66 0.64
HSL 134.25º 0.77% 0.2% -
HSV(B) 134.25º 0.87% 0.36% -
XYZ 4.23 7.83 2.59 -
YUV 61.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 12 92 31 0.87 0 0.66 0.64 134.25 0.77 0.2
Hex C 5C 1F 57 0 42 40 86 4D 14
Octal 14 134 37 127 0 102 100 206 115 24
Binary 1100 1011100 11111 1010111 0 1000010 1000000 10000110 1001101 10100

Color Harmonies of #0C5C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5C1F

Black with #0C5C1F

Text Example


Text Example

White with #0C5C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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