#016134

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

Shades of Fun Green #016134

Tints of Fun Green #016134

Color information

#016134 (or 0x016134) is unknown color: approx Fun Green. HEX triplet: 01, 61 and 34. RGB value is (1,97,52). Sum of RGB (Red+Green+Blue) = 1+97+52=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #016134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016134 is #FE9ECB. Grayscale: #3F3F3F. Windows color (decimal): -16686796 or 3432705. OLE color: 3432705.

HSL color Cylindrical-coordinate representation of color #016134: hue angle of 151.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016134 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB19752-
CMYK0.9900.460.62
HSL151.88º97.96%19.22%-
HSV(B)151.88º98.97%38.04%-
XYZ4.918.84.69-
YUV63.17121.783.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 97 (38.28% from 255) = 64.67%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=0.67%
G=64.67%
B=34.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197520.9900.460.62151.8897.9619.22
Hex161346302E3E986213
Octal1141641430567623014223
Binary111000011101001100011010111011111010011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016134; }

 p { color: rgb(1,97,52); }

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

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

 a { background-color: rgb(1,97,52); }

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

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

 span { border-color: rgb(1,97,52); }

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