#0A4733

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

Shades of Sherwood Green #0A4733

Tints of Sherwood Green #0A4733

Color information

#0A4733 (or 0x0A4733) is unknown color: approx Sherwood Green. HEX triplet: 0A, 47 and 33. RGB value is (10,71,51). Sum of RGB (Red+Green+Blue) = 10+71+51=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4733 is #F5B8CC. Grayscale: #323232. Windows color (decimal): -16103629 or 3360522. OLE color: 3360522.

HSL color Cylindrical-coordinate representation of color #0A4733: hue angle of 160.33º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4733 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB107151-
CMYK0.8600.280.72
HSL160.33º75.31%15.88%-
HSV(B)160.33º85.92%27.84%-
XYZ2.984.813.9-
YUV50.48128.2999.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=7.58%
G=53.79%
B=38.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071510.8600.280.72160.3375.3115.88
HexA47335601C48a04b10
Octal121076312603411024011320
Binary101010001111100111010110011100100100010100000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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