#0D4430

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

Shades of Sherwood Green #0D4430

Tints of Sherwood Green #0D4430

Color information

#0D4430 (or 0x0D4430) is unknown color: approx Sherwood Green. HEX triplet: 0D, 44 and 30. RGB value is (13,68,48). Sum of RGB (Red+Green+Blue) = 13+68+48=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4430 is #F2BBCF. Grayscale: #313131. Windows color (decimal): -15907792 or 3163149. OLE color: 3163149.

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

Color convert

RGB136848-
CMYK0.8100.290.73
HSL158.18º67.9%15.88%-
HSV(B)158.18º80.88%26.67%-
XYZ2.774.433.51-
YUV49.28127.28102.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 68 (26.95% from 255) = 52.71%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=10.08%
G=52.71%
B=37.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368480.8100.290.73158.1867.915.88
HexD44305101D499e4410
Octal151046012103511123610420
Binary110110001001100001010001011101100100110011110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,48); }

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

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

 a { background-color: rgb(13,68,48); }

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

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

 span { border-color: rgb(13,68,48); }

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