#036306

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

Shades of Green #036306

Tints of Green #036306

Color information

#036306 (or 0x036306) is unknown color: approx Green. HEX triplet: 03, 63 and 06. RGB value is (3,99,6). Sum of RGB (Red+Green+Blue) = 3+99+6=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 99 (39.06% from 255 or 91.67% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 99 - color contains mainly: green. Hex color #036306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036306 is #FC9CF9. Grayscale: #3B3B3B. Windows color (decimal): -16555258 or 418563. OLE color: 418563.

HSL color Cylindrical-coordinate representation of color #036306: hue angle of 121.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036306 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB3996-
CMYK0.9700.940.61
HSL121.88º94.12%20%-
HSV(B)121.88º96.97%38.82%-
XYZ4.538.961.66-
YUV59.6997.787.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 99 (39.06% from 255) = 91.67%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=2.78%
G=91.67%
B=5.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39960.9700.940.61121.8894.1220
Hex36366105E3D7a5e14
Octal3143614101367517213624
Binary1111000111101100001010111101111011111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036306; }

 p { color: rgb(3,99,6); }

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

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

 a { background-color: rgb(3,99,6); }

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

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

 span { border-color: rgb(3,99,6); }

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