Html Css Color HEX #0C5818 Crusoe

📋 copy color: '#0C5818'

red 12 ◦ green 88 ◦ blue 24

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

Shades of Crusoe #0C5818

Tints of Crusoe #0C5818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 9.68%
G = 70.97%
B = 19.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#0C5818 (or 0x0C5818) is known color: Crusoe. HEX triplet: 0C, 58 and 18. RGB value is (12,88,24). Sum of RGB (Red+Green+Blue) = 12+88+24=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5818 is #F3A7E7. Grayscale: #3A3A3A. Windows color (decimal): -15968232 or 1595404. OLE color: 1595404.

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

Color convert

RGB 12 88 24 -
CMYK 0.86 0 0.73 0.65
HSL 129.47º 0.76% 0.2% -
HSV(B) 129.47º 0.86% 0.35% -
XYZ 3.81 7.12 2.04 -
YUV 57.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 12 88 24 0.86 0 0.73 0.65 129.47 0.76 0.2
Hex C 58 18 56 0 49 41 81 4C 14
Octal 14 130 30 126 0 111 101 201 114 24
Binary 1100 1011000 11000 1010110 0 1001001 1000001 10000001 1001100 10100

Color Harmonies of #0C5818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5818

Black with #0C5818

Text Example


Text Example

White with #0C5818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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