Html Css Color HEX #0D6024 Crusoe

📋 copy color: '#0D6024'

red 13 ◦ green 96 ◦ blue 36

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

Shades of Crusoe #0D6024

Tints of Crusoe #0D6024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 66.21%

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

R = 8.97%
G = 66.21%
B = 24.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#0D6024 (or 0x0D6024) is known color: Crusoe. HEX triplet: 0D, 60 and 24. RGB value is (13,96,36). Sum of RGB (Red+Green+Blue) = 13+96+36=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6024 is #F29FDB. Grayscale: #404040. Windows color (decimal): -15900636 or 2383885. OLE color: 2383885.

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

Color convert

RGB 13 96 36 -
CMYK 0.86 0 0.62 0.62
HSL 136.63º 0.76% 0.21% -
HSV(B) 136.63º 0.86% 0.38% -
XYZ 4.67 8.58 3.08 -
YUV 64.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 13 96 36 0.86 0 0.62 0.62 136.63 0.76 0.21
Hex D 60 24 56 0 3E 3E 89 4C 15
Octal 15 140 44 126 0 76 76 211 114 25
Binary 1101 1100000 100100 1010110 0 111110 111110 10001001 1001100 10101

Color Harmonies of #0D6024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6024

Black with #0D6024

Text Example


Text Example

White with #0D6024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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