#0D4331

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

Shades of Sherwood Green #0D4331

Tints of Sherwood Green #0D4331

Color information

#0D4331 (or 0x0D4331) is unknown color: approx Sherwood Green. HEX triplet: 0D, 43 and 31. RGB value is (13,67,49). Sum of RGB (Red+Green+Blue) = 13+67+49=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4331 is #F2BCCE. Grayscale: #303030. Windows color (decimal): -15908047 or 3228429. OLE color: 3228429.

HSL color Cylindrical-coordinate representation of color #0D4331: hue angle of 160º 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 #0D4331 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB136749-
CMYK0.8100.270.74
HSL160º67.5%15.69%-
HSV(B)160º80.6%26.27%-
XYZ2.734.323.6-
YUV48.8128.11102.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 67 (26.56% from 255) = 51.94%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=10.08%
G=51.94%
B=37.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367490.8100.270.7416067.515.69
HexD43315101B4Aa04410
Octal151036112103311224010420
Binary110110000111100011010001011011100101010100000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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