#038416

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

Shades of Green #038416

Tints of Green #038416

Color information

#038416 (or 0x038416) is unknown color: approx Green. HEX triplet: 03, 84 and 16. RGB value is (3,132,22). Sum of RGB (Red+Green+Blue) = 3+132+22=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #038416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038416 is #FC7BE9. Grayscale: #515151. Windows color (decimal): -16546794 or 1475587. OLE color: 1475587.

HSL color Cylindrical-coordinate representation of color #038416: hue angle of 128.84º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038416 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB313222-
CMYK0.9800.830.48
HSL128.84º95.56%26.47%-
HSV(B)128.84º97.73%51.76%-
XYZ8.4316.583.51-
YUV80.8994.7672.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 132 (51.95% from 255) = 84.08%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=1.91%
G=84.08%
B=14.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3132220.9800.830.48128.8495.5626.47
Hex38416620533081601a
Octal32042614201236020114032
Binary11100001001011011000100101001111000010000001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038416; }

 p { color: rgb(3,132,22); }

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

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

 a { background-color: rgb(3,132,22); }

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

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

 span { border-color: rgb(3,132,22); }

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