Html Css Color HEX #0D4E20 Crusoe

📋 copy color: '#0D4E20'

red 13 ◦ green 78 ◦ blue 32

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

Shades of Crusoe #0D4E20

Tints of Crusoe #0D4E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 63.41%

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 10.57%
G = 63.41%
B = 26.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#0D4E20 (or 0x0D4E20) is known color: Crusoe. HEX triplet: 0D, 4E and 20. RGB value is (13,78,32). Sum of RGB (Red+Green+Blue) = 13+78+32=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4E20 is #F2B1DF. Grayscale: #353535. Windows color (decimal): -15905248 or 2117133. OLE color: 2117133.

HSL color Cylindrical-coordinate representation of color #0D4E20: hue angle of 137.54º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4E20 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 78 32 -
CMYK 0.83 0 0.59 0.69
HSL 137.54º 0.71% 0.18% -
HSV(B) 137.54º 0.83% 0.31% -
XYZ 3.15 5.64 2.29 -
YUV 53.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 13 78 32 0.83 0 0.59 0.69 137.54 0.71 0.18
Hex D 4E 20 53 0 3B 45 8A 47 12
Octal 15 116 40 123 0 73 105 212 107 22
Binary 1101 1001110 100000 1010011 0 111011 1000101 10001010 1000111 10010

Color Harmonies of #0D4E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4E20

Black with #0D4E20

Text Example


Text Example

White with #0D4E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,78,32); }

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

background-color css

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

 a { background-color: rgb(13,78,32); }

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

border-color css

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

 span { border-color: rgb(13,78,32); }

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