#006132

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

Shades of Fun Green #006132

Tints of Fun Green #006132

Color information

#006132 (or 0x006132) is unknown color: approx Fun Green. HEX triplet: 00, 61 and 32. RGB value is (0,97,50). Sum of RGB (Red+Green+Blue) = 0+97+50=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #006132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006132 is #FF9ECD. Grayscale: #3E3E3E. Windows color (decimal): -16752334 or 3301632. OLE color: 3301632.

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

Color convert

RGB09750-
CMYK100.480.62
HSL150.93º100%19.02%-
HSV(B)150.93º100%38.04%-
XYZ4.858.784.46-
YUV62.64120.8683.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 65.99%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=0%
G=65.99%
B=34.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09750100.480.62150.9310019.02
Hex06132640303E976413
Octal0141621440607622714423
Binary011000011100101100100011000011111010010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006132; }

 p { color: rgb(0,97,50); }

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

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

 a { background-color: rgb(0,97,50); }

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

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

 span { border-color: rgb(0,97,50); }

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