#0D4735

Color #0D4735 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #0D4735

Tints of Sherwood Green #0D4735

Color information

#0D4735 (or 0x0D4735) is unknown color: approx Sherwood Green. HEX triplet: 0D, 47 and 35. RGB value is (13,71,53). Sum of RGB (Red+Green+Blue) = 13+71+53=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4735 is #F2B8CA. Grayscale: #333333. Windows color (decimal): -15907019 or 3491597. OLE color: 3491597.

HSL color Cylindrical-coordinate representation of color #0D4735: hue angle of 161.38º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4735 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB137153-
CMYK0.8200.250.72
HSL161.38º69.05%16.47%-
HSV(B)161.38º81.69%27.84%-
XYZ3.064.854.14-
YUV51.61128.78100.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.49%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=9.49%
G=51.82%
B=38.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1371530.8200.250.72161.3869.0516.47
HexD47355201948a14510
Octal151076512203111024110520
Binary110110001111101011010010011001100100010100001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D4735;
 }
 .AnyTagClassName
 {
   color: #0D4735;
 }
</style>
background-color css

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

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

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

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

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

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