Html Css Color HEX #0D5D19 Crusoe

📋 copy color: '#0D5D19'

red 13 ◦ green 93 ◦ blue 25

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

Shades of Crusoe #0D5D19

Tints of Crusoe #0D5D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 70.99%

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

R = 9.92%
G = 70.99%
B = 19.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#0D5D19 (or 0x0D5D19) is known color: Crusoe. HEX triplet: 0D, 5D and 19. RGB value is (13,93,25). Sum of RGB (Red+Green+Blue) = 13+93+25=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #0D5D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5D19 is #F2A2E6. Grayscale: #3D3D3D. Windows color (decimal): -15901415 or 1662221. OLE color: 1662221.

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

Color convert

RGB 13 93 25 -
CMYK 0.86 0 0.73 0.64
HSL 129º 0.75% 0.21% -
HSV(B) 129º 0.86% 0.36% -
XYZ 4.26 7.98 2.24 -
YUV 61.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 13 93 25 0.86 0 0.73 0.64 129 0.75 0.21
Hex D 5D 19 56 0 49 40 81 4B 15
Octal 15 135 31 126 0 111 100 201 113 25
Binary 1101 1011101 11001 1010110 0 1001001 1000000 10000001 1001011 10101

Color Harmonies of #0D5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5D19

Black with #0D5D19

Text Example


Text Example

White with #0D5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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