Html Css Color HEX #0D6B24 Crusoe

📋 copy color: '#0D6B24'

red 13 ◦ green 107 ◦ blue 36

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

Shades of Crusoe #0D6B24

Tints of Crusoe #0D6B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 68.59%

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

R = 8.33%
G = 68.59%
B = 23.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#0D6B24 (or 0x0D6B24) is known color: Crusoe. HEX triplet: 0D, 6B and 24. RGB value is (13,107,36). Sum of RGB (Red+Green+Blue) = 13+107+36=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6B24 is #F294DB. Grayscale: #464646. Windows color (decimal): -15897820 or 2386701. OLE color: 2386701.

HSL color Cylindrical-coordinate representation of color #0D6B24: hue angle of 134.68º degrees, saturation: 0.78, 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 #0D6B24 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 107 36 -
CMYK 0.88 0 0.66 0.58
HSL 134.68º 0.78% 0.24% -
HSV(B) 134.68º 0.88% 0.42% -
XYZ 5.74 10.73 3.44 -
YUV 70.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 13 107 36 0.88 0 0.66 0.58 134.68 0.78 0.24
Hex D 6B 24 58 0 42 3A 87 4E 18
Octal 15 153 44 130 0 102 72 207 116 30
Binary 1101 1101011 100100 1011000 0 1000010 111010 10000111 1001110 11000

Color Harmonies of #0D6B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6B24

Black with #0D6B24

Text Example


Text Example

White with #0D6B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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