Html Css Color HEX #469F41 Fruit Salad

📋 copy color: '#469F41'

red 70 ◦ green 159 ◦ blue 65

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

Shades of Fruit Salad #469F41

Tints of Fruit Salad #469F41

RGB

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

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

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

R = 23.81%
G = 54.08%
B = 22.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#469F41 (or 0x469F41) is known color: Fruit Salad. HEX triplet: 46, 9F and 41. RGB value is (70,159,65). Sum of RGB (Red+Green+Blue) = 70+159+65=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #469F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F41 is #B960BE. Grayscale: #797979. Windows color (decimal): -12148927 or 4300614. OLE color: 4300614.

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

Color convert

RGB 70 159 65 -
CMYK 0.56 0 0.59 0.38
HSL 116.81º 0.42% 0.44% -
HSV(B) 116.81º 0.59% 0.62% -
XYZ 15.88 26.48 9.28 -
YUV 121.67 96.01 91.14 -
System Red Green Blue C M Y K H S L
Decimal 70 159 65 0.56 0 0.59 0.38 116.81 0.42 0.44
Hex 46 9F 41 38 0 3B 26 75 2A 2C
Octal 106 237 101 70 0 73 46 165 52 54
Binary 1000110 10011111 1000001 111000 0 111011 100110 1110101 101010 101100

Color Harmonies of #469F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F41

Black with #469F41

Text Example


Text Example

White with #469F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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