Html Css Color HEX #006132 Fun Green

📋 copy color: '#006132'

red 0 ◦ green 97 ◦ blue 50

#006132
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #006132

Tints of Fun Green #006132

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 value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#006132 (or 0x006132) is known color: 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

RGB 0 97 50 -
CMYK 1 0 0.48 0.62
HSL 150.93º 1% 0.19% -
HSV(B) 150.93º 1% 0.38% -
XYZ 4.85 8.78 4.46 -
YUV 62.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 0 97 50 1 0 0.48 0.62 150.93 1 0.19
Hex 0 61 32 64 0 30 3E 97 64 13
Octal 0 141 62 144 0 60 76 227 144 23
Binary 0 1100001 110010 1100100 0 110000 111110 10010111 1100100 10011

Color Harmonies of #006132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006132

Black with #006132

Text Example


Text Example

White with #006132

Text Example


Text Example

HTML Codes & Css Web 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>