Html Css Color HEX #469A4D Fruit Salad

📋 copy color: '#469A4D'

red 70 ◦ green 154 ◦ blue 77

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

Shades of Fruit Salad #469A4D

Tints of Fruit Salad #469A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.16%

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

R = 23.26%
G = 51.16%
B = 25.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#469A4D (or 0x469A4D) is known color: Fruit Salad. HEX triplet: 46, 9A and 4D. RGB value is (70,154,77). Sum of RGB (Red+Green+Blue) = 70+154+77=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #469A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A4D is #B965B2. Grayscale: #787878. Windows color (decimal): -12150195 or 5085766. OLE color: 5085766.

HSL color Cylindrical-coordinate representation of color #469A4D: hue angle of 125º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A4D is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 154 77 -
CMYK 0.55 0 0.50 0.40
HSL 125º 0.38% 0.44% -
HSV(B) 125º 0.55% 0.6% -
XYZ 15.42 24.95 11.02 -
YUV 120.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 70 154 77 0.55 0 0.50 0.40 125 0.38 0.44
Hex 46 9A 4D 37 0 32 28 7D 26 2C
Octal 106 232 115 67 0 62 50 175 46 54
Binary 1000110 10011010 1001101 110111 0 110010 101000 1111101 100110 101100

Color Harmonies of #469A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A4D

Black with #469A4D

Text Example


Text Example

White with #469A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469A4D; }

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

 H1.HeaderClassName
 {
   color: #469A4D;
 }
 .AnyTagClassName
 {
   color: #469A4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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