Html Css Color HEX #0C5817 Crusoe

📋 copy color: '#0C5817'

red 12 ◦ green 88 ◦ blue 23

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

Shades of Crusoe #0C5817

Tints of Crusoe #0C5817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 9.76%
G = 71.54%
B = 18.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#0C5817 (or 0x0C5817) is known color: Crusoe. HEX triplet: 0C, 58 and 17. RGB value is (12,88,23). Sum of RGB (Red+Green+Blue) = 12+88+23=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5817 is #F3A7E8. Grayscale: #3A3A3A. Windows color (decimal): -15968233 or 1529868. OLE color: 1529868.

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

Color convert

RGB 12 88 23 -
CMYK 0.86 0 0.74 0.65
HSL 128.68º 0.76% 0.2% -
HSV(B) 128.68º 0.86% 0.35% -
XYZ 3.8 7.12 1.98 -
YUV 57.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 12 88 23 0.86 0 0.74 0.65 128.68 0.76 0.2
Hex C 58 17 56 0 4A 41 81 4C 14
Octal 14 130 27 126 0 112 101 201 114 24
Binary 1100 1011000 10111 1010110 0 1001010 1000001 10000001 1001100 10100

Color Harmonies of #0C5817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5817

Black with #0C5817

Text Example


Text Example

White with #0C5817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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