Html Css Color HEX #0D5619 Crusoe

📋 copy color: '#0D5619'

red 13 ◦ green 86 ◦ blue 25

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

Shades of Crusoe #0D5619

Tints of Crusoe #0D5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 69.35%

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 10.48%
G = 69.35%
B = 20.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#0D5619 (or 0x0D5619) is known color: Crusoe. HEX triplet: 0D, 56 and 19. RGB value is (13,86,25). Sum of RGB (Red+Green+Blue) = 13+86+25=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #0D5619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5619 is #F2A9E6. Grayscale: #393939. Windows color (decimal): -15903207 or 1660429. OLE color: 1660429.

HSL color Cylindrical-coordinate representation of color #0D5619: hue angle of 129.86º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5619 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 86 25 -
CMYK 0.85 0 0.71 0.66
HSL 129.86º 0.74% 0.19% -
HSV(B) 129.86º 0.85% 0.34% -
XYZ 3.67 6.81 2.04 -
YUV 57.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 13 86 25 0.85 0 0.71 0.66 129.86 0.74 0.19
Hex D 56 19 55 0 47 42 82 4A 13
Octal 15 126 31 125 0 107 102 202 112 23
Binary 1101 1010110 11001 1010101 0 1000111 1000010 10000010 1001010 10011

Color Harmonies of #0D5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5619

Black with #0D5619

Text Example


Text Example

White with #0D5619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,86,25); }

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

background-color css

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

 a { background-color: rgb(13,86,25); }

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

border-color css

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

 span { border-color: rgb(13,86,25); }

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