#03533A

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

Shades of Sherwood Green #03533A

Tints of Sherwood Green #03533A

Color information

#03533A (or 0x03533A) is unknown color: approx Sherwood Green. HEX triplet: 03, 53 and 3A. RGB value is (3,83,58). Sum of RGB (Red+Green+Blue) = 3+83+58=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #03533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03533A is #FCACC5. Grayscale: #383838. Windows color (decimal): -16559302 or 3822339. OLE color: 3822339.

HSL color Cylindrical-coordinate representation of color #03533A: hue angle of 161.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03533A is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB38358-
CMYK0.9600.300.67
HSL161.25º93.02%16.86%-
HSV(B)161.25º96.39%32.55%-
XYZ3.896.515.05-
YUV56.2312990.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=2.08%
G=57.64%
B=40.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383580.9600.300.67161.2593.0216.86
Hex3533A6001E43a15d11
Octal31237214003610324113521
Binary1110100111110101100000011110100001110100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,83,58); }

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

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

 a { background-color: rgb(3,83,58); }

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

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

 span { border-color: rgb(3,83,58); }

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