#0D4332

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

Shades of Sherwood Green #0D4332

Tints of Sherwood Green #0D4332

Color information

#0D4332 (or 0x0D4332) is unknown color: approx Sherwood Green. HEX triplet: 0D, 43 and 32. RGB value is (13,67,50). Sum of RGB (Red+Green+Blue) = 13+67+50=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4332 is #F2BCCD. Grayscale: #303030. Windows color (decimal): -15908046 or 3293965. OLE color: 3293965.

HSL color Cylindrical-coordinate representation of color #0D4332: hue angle of 161.11º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4332 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB136750-
CMYK0.8100.250.74
HSL161.11º67.5%15.69%-
HSV(B)161.11º80.6%26.27%-
XYZ2.754.333.71-
YUV48.92128.61102.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=10%
G=51.54%
B=38.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367500.8100.250.74161.1167.515.69
HexD4332510194Aa14410
Octal151036212103111224110420
Binary110110000111100101010001011001100101010100001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,67,50); }

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

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

 a { background-color: rgb(13,67,50); }

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

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

 span { border-color: rgb(13,67,50); }

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