Html Css Color HEX #469241 Fruit Salad

📋 copy color: '#469241'

red 70 ◦ green 146 ◦ blue 65

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

Shades of Fruit Salad #469241

Tints of Fruit Salad #469241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 24.91%
G = 51.96%
B = 23.13%

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

#469241 (or 0x469241) is known color: Fruit Salad. HEX triplet: 46, 92 and 41. RGB value is (70,146,65). Sum of RGB (Red+Green+Blue) = 70+146+65=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #469241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469241 is #B96DBE. Grayscale: #727272. Windows color (decimal): -12152255 or 4297286. OLE color: 4297286.

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

Color convert

RGB 70 146 65 -
CMYK 0.52 0 0.55 0.43
HSL 116.3º 0.38% 0.41% -
HSV(B) 116.3º 0.55% 0.57% -
XYZ 13.76 22.24 8.57 -
YUV 114.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 70 146 65 0.52 0 0.55 0.43 116.3 0.38 0.41
Hex 46 92 41 34 0 37 2B 74 26 29
Octal 106 222 101 64 0 67 53 164 46 51
Binary 1000110 10010010 1000001 110100 0 110111 101011 1110100 100110 101001

Color Harmonies of #469241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469241

Black with #469241

Text Example


Text Example

White with #469241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469241; }

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

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

background-color css

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

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

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

border-color css

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

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

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