Html Css Color HEX #0D5D09 Green

📋 copy color: '#0D5D09'

red 13 ◦ green 93 ◦ blue 9

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

Shades of Green #0D5D09

Tints of Green #0D5D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 11.3%
G = 80.87%
B = 7.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#0D5D09 (or 0x0D5D09) is known color: Green. HEX triplet: 0D, 5D and 09. RGB value is (13,93,9). Sum of RGB (Red+Green+Blue) = 13+93+9=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #0D5D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5D09 is #F2A2F6. Grayscale: #3B3B3B. Windows color (decimal): -15901431 or 613645. OLE color: 613645.

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

Color convert

RGB 13 93 9 -
CMYK 0.86 0 0.90 0.64
HSL 117.14º 0.82% 0.2% -
HSV(B) 117.14º 0.9% 0.36% -
XYZ 4.13 7.93 1.57 -
YUV 59.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 13 93 9 0.86 0 0.90 0.64 117.14 0.82 0.2
Hex D 5D 9 56 0 5A 40 75 52 14
Octal 15 135 11 126 0 132 100 165 122 24
Binary 1101 1011101 1001 1010110 0 1011010 1000000 1110101 1010010 10100

Color Harmonies of #0D5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5D09

Black with #0D5D09

Text Example


Text Example

White with #0D5D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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