Html Css Color HEX #46AF32 Kelly Green

📋 copy color: '#46AF32'

red 70 ◦ green 175 ◦ blue 50

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

Shades of Kelly Green #46AF32

Tints of Kelly Green #46AF32

RGB

 RED value IS 70 (27.73% from 255) = 23.73%

 GREEN value IS 175 (68.75% from 255) = 59.32%

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 23.73%
G = 59.32%
B = 16.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#46AF32 (or 0x46AF32) is known color: Kelly Green. HEX triplet: 46, AF and 32. RGB value is (70,175,50). Sum of RGB (Red+Green+Blue) = 70+175+50=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AF32 is #B950CD. Grayscale: #818181. Windows color (decimal): -12144846 or 3321670. OLE color: 3321670.

HSL color Cylindrical-coordinate representation of color #46AF32: hue angle of 110.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46AF32 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 175 50 -
CMYK 0.60 0 0.71 0.31
HSL 110.4º 0.56% 0.44% -
HSV(B) 110.4º 0.71% 0.69% -
XYZ 18.43 32.19 8.26 -
YUV 129.36 83.21 85.66 -
System Red Green Blue C M Y K H S L
Decimal 70 175 50 0.60 0 0.71 0.31 110.4 0.56 0.44
Hex 46 AF 32 3C 0 47 1F 6E 38 2C
Octal 106 257 62 74 0 107 37 156 70 54
Binary 1000110 10101111 110010 111100 0 1000111 11111 1101110 111000 101100

Color Harmonies of #46AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AF32

Black with #46AF32

Text Example


Text Example

White with #46AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46AF32; }

 p { color: rgb(70,175,50); }

 H1.HeaderClassName
 {
   color: #46AF32;
 }
 .AnyTagClassName
 {
   color: #46AF32;
 }
</style>

background-color css

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

 a { background-color: rgb(70,175,50); }

 div.DivClassName
 {
   background-color: #46AF32;
 }
 .BgClassName
 {
   background-color: #46AF32;
 }
</style>

border-color css

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

 span { border-color: rgb(70,175,50); }

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