Html Css Color HEX #46914D Fruit Salad

📋 copy color: '#46914D'

red 70 ◦ green 145 ◦ blue 77

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

Shades of Fruit Salad #46914D

Tints of Fruit Salad #46914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.66%

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 23.97%
G = 49.66%
B = 26.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#46914D (or 0x46914D) is known color: Fruit Salad. HEX triplet: 46, 91 and 4D. RGB value is (70,145,77). Sum of RGB (Red+Green+Blue) = 70+145+77=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #46914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46914D is #B96EB2. Grayscale: #737373. Windows color (decimal): -12152499 or 5083462. OLE color: 5083462.

HSL color Cylindrical-coordinate representation of color #46914D: hue angle of 125.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46914D is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 77 -
CMYK 0.52 0 0.47 0.43
HSL 125.6º 0.35% 0.42% -
HSV(B) 125.6º 0.52% 0.57% -
XYZ 13.99 22.09 10.55 -
YUV 114.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 70 145 77 0.52 0 0.47 0.43 125.6 0.35 0.42
Hex 46 91 4D 34 0 2F 2B 7E 23 2A
Octal 106 221 115 64 0 57 53 176 43 52
Binary 1000110 10010001 1001101 110100 0 101111 101011 1111110 100011 101010

Color Harmonies of #46914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46914D

Black with #46914D

Text Example


Text Example

White with #46914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46914D; }

 p { color: rgb(70,145,77); }

 H1.HeaderClassName
 {
   color: #46914D;
 }
 .AnyTagClassName
 {
   color: #46914D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,145,77); }

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

border-color css

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

 span { border-color: rgb(70,145,77); }

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