Html Css Color HEX #0D6C24 Crusoe

📋 copy color: '#0D6C24'

red 13 ◦ green 108 ◦ blue 36

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

Shades of Crusoe #0D6C24

Tints of Crusoe #0D6C24

RGB

 RED value IS 13 (5.47% from 255) = 8.28%

 GREEN value IS 108 (42.58% from 255) = 68.79%

 BLUE value IS 36 (14.45% from 255) = 22.93%

R = 8.28%
G = 68.79%
B = 22.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#0D6C24 (or 0x0D6C24) is known color: Crusoe. HEX triplet: 0D, 6C and 24. RGB value is (13,108,36). Sum of RGB (Red+Green+Blue) = 13+108+36=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6C24 is #F293DB. Grayscale: #474747. Windows color (decimal): -15897564 or 2386957. OLE color: 2386957.

HSL color Cylindrical-coordinate representation of color #0D6C24: hue angle of 134.53º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6C24 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 108 36 -
CMYK 0.88 0 0.67 0.58
HSL 134.53º 0.79% 0.24% -
HSV(B) 134.53º 0.88% 0.42% -
XYZ 5.85 10.94 3.47 -
YUV 71.39 108.03 86.35 -
System Red Green Blue C M Y K H S L
Decimal 13 108 36 0.88 0 0.67 0.58 134.53 0.79 0.24
Hex D 6C 24 58 0 43 3A 87 4F 18
Octal 15 154 44 130 0 103 72 207 117 30
Binary 1101 1101100 100100 1011000 0 1000011 111010 10000111 1001111 11000

Color Harmonies of #0D6C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6C24

Black with #0D6C24

Text Example


Text Example

White with #0D6C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,108,36); }

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

background-color css

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

 a { background-color: rgb(13,108,36); }

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

border-color css

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

 span { border-color: rgb(13,108,36); }

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