#0A4232

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

Shades of Sherwood Green #0A4232

Tints of Sherwood Green #0A4232

Color information

#0A4232 (or 0x0A4232) is unknown color: approx Sherwood Green. HEX triplet: 0A, 42 and 32. RGB value is (10,66,50). Sum of RGB (Red+Green+Blue) = 10+66+50=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4232 is #F5BDCD. Grayscale: #2F2F2F. Windows color (decimal): -16104910 or 3293706. OLE color: 3293706.

HSL color Cylindrical-coordinate representation of color #0A4232: hue angle of 162.86º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4232 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB106650-
CMYK0.8500.240.74
HSL162.86º73.68%14.9%-
HSV(B)162.86º84.85%25.88%-
XYZ2.654.193.69-
YUV47.43129.45101.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.94%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=7.94%
G=52.38%
B=39.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1066500.8500.240.74162.8673.6814.9
HexA4232550184Aa34af
Octal121026212503011224311217
Binary10101000010110010101010101100010010101010001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,66,50); }

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

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

 a { background-color: rgb(10,66,50); }

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

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

 span { border-color: rgb(10,66,50); }

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