#04523A

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

Shades of Sherwood Green #04523A

Tints of Sherwood Green #04523A

Color information

#04523A (or 0x04523A) is unknown color: approx Sherwood Green. HEX triplet: 04, 52 and 3A. RGB value is (4,82,58). Sum of RGB (Red+Green+Blue) = 4+82+58=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #04523A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04523A is #FBADC5. Grayscale: #373737. Windows color (decimal): -16494022 or 3822084. OLE color: 3822084.

HSL color Cylindrical-coordinate representation of color #04523A: hue angle of 161.54º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04523A is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB48258-
CMYK0.9500.290.68
HSL161.54º90.7%16.86%-
HSV(B)161.54º95.12%32.16%-
XYZ3.836.375.03-
YUV55.94129.1690.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 82 (32.42% from 255) = 56.94%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=2.78%
G=56.94%
B=40.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482580.9500.290.68161.5490.716.86
Hex4523A5F01D44a25b11
Octal41227213703510424213321
Binary10010100101110101011111011101100010010100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04523A; }

 p { color: rgb(4,82,58); }

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

<style>
 a { background-color: #04523A; }

 a { background-color: rgb(4,82,58); }

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

<style>
 span { border-color: #04523A; }

 span { border-color: rgb(4,82,58); }

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