Html Css Color HEX #0D4D37 Sherwood Green

📋 copy color: '#0D4D37'

red 13 ◦ green 77 ◦ blue 55

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

Shades of Sherwood Green #0D4D37

Tints of Sherwood Green #0D4D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 53.1%

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 8.97%
G = 53.1%
B = 37.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#0D4D37 (or 0x0D4D37) is known color: Sherwood Green. HEX triplet: 0D, 4D and 37. RGB value is (13,77,55). Sum of RGB (Red+Green+Blue) = 13+77+55=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D37 is #F2B2C8. Grayscale: #373737. Windows color (decimal): -15905481 or 3624205. OLE color: 3624205.

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

Color convert

RGB 13 77 55 -
CMYK 0.83 0 0.29 0.70
HSL 159.38º 0.71% 0.18% -
HSV(B) 159.38º 0.83% 0.3% -
XYZ 3.51 5.67 4.52 -
YUV 55.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 13 77 55 0.83 0 0.29 0.70 159.38 0.71 0.18
Hex D 4D 37 53 0 1D 46 9F 47 12
Octal 15 115 67 123 0 35 106 237 107 22
Binary 1101 1001101 110111 1010011 0 11101 1000110 10011111 1000111 10010

Color Harmonies of #0D4D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D37

Black with #0D4D37

Text Example


Text Example

White with #0D4D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,77,55); }

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

background-color css

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

 a { background-color: rgb(13,77,55); }

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

border-color css

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

 span { border-color: rgb(13,77,55); }

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