#0A4533

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

Shades of Sherwood Green #0A4533

Tints of Sherwood Green #0A4533

Color information

#0A4533 (or 0x0A4533) is unknown color: approx Sherwood Green. HEX triplet: 0A, 45 and 33. RGB value is (10,69,51). Sum of RGB (Red+Green+Blue) = 10+69+51=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4533 is #F5BACC. Grayscale: #313131. Windows color (decimal): -16104141 or 3360010. OLE color: 3360010.

HSL color Cylindrical-coordinate representation of color #0A4533: hue angle of 161.69º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4533 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB106951-
CMYK0.8600.260.73
HSL161.69º74.68%15.49%-
HSV(B)161.69º85.51%27.06%-
XYZ2.854.563.86-
YUV49.31128.9599.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.69%
GREEN value IS 69 (27.34% from 255) = 53.08%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=7.69%
G=53.08%
B=39.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1069510.8600.260.73161.6974.6815.49
HexA45335601A49a24bf
Octal121056312603211124211317
Binary10101000101110011101011001101010010011010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,69,51); }

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

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

 a { background-color: rgb(10,69,51); }

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

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

 span { border-color: rgb(10,69,51); }

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