#0D533E

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

Shades of Sherwood Green #0D533E

Tints of Sherwood Green #0D533E

Color information

#0D533E (or 0x0D533E) is unknown color: approx Sherwood Green. HEX triplet: 0D, 53 and 3E. RGB value is (13,83,62). Sum of RGB (Red+Green+Blue) = 13+83+62=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #0D533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D533E is #F2ACC1. Grayscale: #3B3B3B. Windows color (decimal): -15903938 or 4084493. OLE color: 4084493.

HSL color Cylindrical-coordinate representation of color #0D533E: hue angle of 162º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D533E is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB138362-
CMYK0.8400.250.67
HSL162º72.92%18.82%-
HSV(B)162º84.34%32.55%-
XYZ4.136.625.62-
YUV59.68129.3194.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=8.23%
G=52.53%
B=39.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1383620.8400.250.6716272.9218.82
HexD533E5401943a24913
Octal151237612403110324211123
Binary110110100111111101010100011001100001110100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,83,62); }

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

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

 a { background-color: rgb(13,83,62); }

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

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

 span { border-color: rgb(13,83,62); }

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