Html Css Color HEX #469242 Fruit Salad

📋 copy color: '#469242'

red 70 ◦ green 146 ◦ blue 66

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

Shades of Fruit Salad #469242

Tints of Fruit Salad #469242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.77%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 24.82%
G = 51.77%
B = 23.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#469242 (or 0x469242) is known color: Fruit Salad. HEX triplet: 46, 92 and 42. RGB value is (70,146,66). Sum of RGB (Red+Green+Blue) = 70+146+66=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #469242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469242 is #B96DBD. Grayscale: #727272. Windows color (decimal): -12152254 or 4362822. OLE color: 4362822.

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

Color convert

RGB 70 146 66 -
CMYK 0.52 0 0.55 0.43
HSL 117º 0.38% 0.42% -
HSV(B) 117º 0.55% 0.57% -
XYZ 13.79 22.25 8.72 -
YUV 114.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 70 146 66 0.52 0 0.55 0.43 117 0.38 0.42
Hex 46 92 42 34 0 37 2B 75 26 2A
Octal 106 222 102 64 0 67 53 165 46 52
Binary 1000110 10010010 1000010 110100 0 110111 101011 1110101 100110 101010

Color Harmonies of #469242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469242

Black with #469242

Text Example


Text Example

White with #469242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469242; }

 p { color: rgb(70,146,66); }

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

background-color css

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

 a { background-color: rgb(70,146,66); }

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

border-color css

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

 span { border-color: rgb(70,146,66); }

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