Html Css Color HEX #469F4A Fruit Salad

📋 copy color: '#469F4A'

red 70 ◦ green 159 ◦ blue 74

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

Shades of Fruit Salad #469F4A

Tints of Fruit Salad #469F4A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.48%

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 23.1%
G = 52.48%
B = 24.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#469F4A (or 0x469F4A) is known color: Fruit Salad. HEX triplet: 46, 9F and 4A. RGB value is (70,159,74). Sum of RGB (Red+Green+Blue) = 70+159+74=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #469F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F4A is #B960B5. Grayscale: #7A7A7A. Windows color (decimal): -12148918 or 4890438. OLE color: 4890438.

HSL color Cylindrical-coordinate representation of color #469F4A: hue angle of 122.7º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469F4A is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 159 74 -
CMYK 0.56 0 0.53 0.38
HSL 122.7º 0.39% 0.45% -
HSV(B) 122.7º 0.56% 0.62% -
XYZ 16.16 26.59 10.76 -
YUV 122.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 70 159 74 0.56 0 0.53 0.38 122.7 0.39 0.45
Hex 46 9F 4A 38 0 35 26 7B 27 2D
Octal 106 237 112 70 0 65 46 173 47 55
Binary 1000110 10011111 1001010 111000 0 110101 100110 1111011 100111 101101

Color Harmonies of #469F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F4A

Black with #469F4A

Text Example


Text Example

White with #469F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,159,74); }

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

background-color css

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

 a { background-color: rgb(70,159,74); }

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

border-color css

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

 span { border-color: rgb(70,159,74); }

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