#0a4534

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

Shades of Sherwood Green #0A4534

Tints of Sherwood Green #0A4534

Color information

#0A4534 (or 0x0A4534) is unknown color: approx Sherwood Green. HEX triplet: 0A, 45 and 34. RGB value is (10,69,52). Sum of RGB (Red+Green+Blue) = 10+69+52=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4534 is #F5BACB. Grayscale: #313131. Windows color (decimal): -16104140 or 3425546. OLE color: 3425546.

HSL color Cylindrical-coordinate representation of color #0A4534: hue angle of 162.71º 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 #0A4534 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB106952-
CMYK0.8600.250.73
HSL162.71º74.68%15.49%-
HSV(B)162.71º85.51%27.06%-
XYZ2.874.573.98-
YUV49.42129.4599.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.63%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=7.63%
G=52.67%
B=39.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1069520.8600.250.73162.7174.6815.49
HexA45345601949a34bf
Octal121056412603111124311317
Binary10101000101110100101011001100110010011010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a4534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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