Html Css Color HEX #0D5B18 Crusoe

📋 copy color: '#0D5B18'

red 13 ◦ green 91 ◦ blue 24

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

Shades of Crusoe #0D5B18

Tints of Crusoe #0D5B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 71.09%

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

R = 10.16%
G = 71.09%
B = 18.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#0D5B18 (or 0x0D5B18) is known color: Crusoe. HEX triplet: 0D, 5B and 18. RGB value is (13,91,24). Sum of RGB (Red+Green+Blue) = 13+91+24=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #0D5B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5B18 is #F2A4E7. Grayscale: #3C3C3C. Windows color (decimal): -15901928 or 1596173. OLE color: 1596173.

HSL color Cylindrical-coordinate representation of color #0D5B18: hue angle of 128.46º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5B18 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 91 24 -
CMYK 0.86 0 0.74 0.64
HSL 128.46º 0.75% 0.2% -
HSV(B) 128.46º 0.86% 0.36% -
XYZ 4.07 7.63 2.12 -
YUV 60.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 13 91 24 0.86 0 0.74 0.64 128.46 0.75 0.2
Hex D 5B 18 56 0 4A 40 80 4B 14
Octal 15 133 30 126 0 112 100 200 113 24
Binary 1101 1011011 11000 1010110 0 1001010 1000000 10000000 1001011 10100

Color Harmonies of #0D5B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5B18

Black with #0D5B18

Text Example


Text Example

White with #0D5B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,91,24); }

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

background-color css

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

 a { background-color: rgb(13,91,24); }

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

border-color css

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

 span { border-color: rgb(13,91,24); }

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