Html Css Color HEX #0D7635 Dark Spring Green

📋 copy color: '#0D7635'

red 13 ◦ green 118 ◦ blue 53

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

Shades of Dark Spring Green #0D7635

Tints of Dark Spring Green #0D7635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 64.13%

 BLUE value IS 53 (21.09% from 255) = 28.8%

R = 7.07%
G = 64.13%
B = 28.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#0D7635 (or 0x0D7635) is known color: Dark Spring Green. HEX triplet: 0D, 76 and 35. RGB value is (13,118,53). Sum of RGB (Red+Green+Blue) = 13+118+53=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7635 is #F289CA. Grayscale: #4F4F4F. Windows color (decimal): -15894987 or 3503629. OLE color: 3503629.

HSL color Cylindrical-coordinate representation of color #0D7635: hue angle of 142.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7635 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 118 53 -
CMYK 0.89 0 0.55 0.54
HSL 142.86º 0.8% 0.26% -
HSV(B) 142.86º 0.89% 0.46% -
XYZ 7.29 13.3 5.55 -
YUV 79.2 113.21 80.79 -
System Red Green Blue C M Y K H S L
Decimal 13 118 53 0.89 0 0.55 0.54 142.86 0.8 0.26
Hex D 76 35 59 0 37 36 8F 50 1A
Octal 15 166 65 131 0 67 66 217 120 32
Binary 1101 1110110 110101 1011001 0 110111 110110 10001111 1010000 11010

Color Harmonies of #0D7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7635

Black with #0D7635

Text Example


Text Example

White with #0D7635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,118,53); }

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

background-color css

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

 a { background-color: rgb(13,118,53); }

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

border-color css

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

 span { border-color: rgb(13,118,53); }

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