Html Css Color HEX #46AF4C Fruit Salad

📋 copy color: '#46AF4C'

red 70 ◦ green 175 ◦ blue 76

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

Shades of Fruit Salad #46AF4C

Tints of Fruit Salad #46AF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 21.81%
G = 54.52%
B = 23.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#46AF4C (or 0x46AF4C) is known color: Fruit Salad. HEX triplet: 46, AF and 4C. RGB value is (70,175,76). Sum of RGB (Red+Green+Blue) = 70+175+76=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AF4C is #B950B3. Grayscale: #848484. Windows color (decimal): -12144820 or 5025606. OLE color: 5025606.

HSL color Cylindrical-coordinate representation of color #46AF4C: hue angle of 123.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AF4C is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 175 76 -
CMYK 0.60 0 0.57 0.31
HSL 123.43º 0.43% 0.48% -
HSV(B) 123.43º 0.6% 0.69% -
XYZ 19.16 32.48 12.1 -
YUV 132.32 96.21 83.55 -
System Red Green Blue C M Y K H S L
Decimal 70 175 76 0.60 0 0.57 0.31 123.43 0.43 0.48
Hex 46 AF 4C 3C 0 39 1F 7B 2B 30
Octal 106 257 114 74 0 71 37 173 53 60
Binary 1000110 10101111 1001100 111100 0 111001 11111 1111011 101011 110000

Color Harmonies of #46AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AF4C

Black with #46AF4C

Text Example


Text Example

White with #46AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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