Html Css Color HEX #0D7538 Dark Spring Green

📋 copy color: '#0D7538'

red 13 ◦ green 117 ◦ blue 56

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

Shades of Dark Spring Green #0D7538

Tints of Dark Spring Green #0D7538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.9%

 BLUE value IS 56 (22.27% from 255) = 30.11%

R = 6.99%
G = 62.9%
B = 30.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#0D7538 (or 0x0D7538) is known color: Dark Spring Green. HEX triplet: 0D, 75 and 38. RGB value is (13,117,56). Sum of RGB (Red+Green+Blue) = 13+117+56=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7538 is #F28AC7. Grayscale: #4F4F4F. Windows color (decimal): -15895240 or 3699981. OLE color: 3699981.

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

Color convert

RGB 13 117 56 -
CMYK 0.89 0 0.52 0.54
HSL 144.81º 0.8% 0.25% -
HSV(B) 144.81º 0.89% 0.46% -
XYZ 7.24 13.09 5.89 -
YUV 78.95 115.04 80.96 -
System Red Green Blue C M Y K H S L
Decimal 13 117 56 0.89 0 0.52 0.54 144.81 0.8 0.25
Hex D 75 38 59 0 34 36 91 50 19
Octal 15 165 70 131 0 64 66 221 120 31
Binary 1101 1110101 111000 1011001 0 110100 110110 10010001 1010000 11001

Color Harmonies of #0D7538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7538

Black with #0D7538

Text Example


Text Example

White with #0D7538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,117,56); }

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

background-color css

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

 a { background-color: rgb(13,117,56); }

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

border-color css

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

 span { border-color: rgb(13,117,56); }

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