#03630A

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

Shades of Green #03630A

Tints of Green #03630A

Color information

#03630A (or 0x03630A) is unknown color: approx Green. HEX triplet: 03, 63 and 0A. RGB value is (3,99,10). Sum of RGB (Red+Green+Blue) = 3+99+10=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 99 (39.06% from 255 or 88.39% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 99 - color contains mainly: green. Hex color #03630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03630A is #FC9CF5. Grayscale: #3C3C3C. Windows color (decimal): -16555254 or 680707. OLE color: 680707.

HSL color Cylindrical-coordinate representation of color #03630A: hue angle of 124.38º 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 #03630A is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB39910-
CMYK0.9700.900.61
HSL124.38º94.12%20%-
HSV(B)124.38º96.97%38.82%-
XYZ4.558.961.78-
YUV60.1599.787.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 99 (39.06% from 255) = 88.39%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=2.68%
G=88.39%
B=8.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399100.9700.900.61124.3894.1220
Hex363A6105A3D7c5e14
Octal31431214101327517413624
Binary11110001110101100001010110101111011111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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