Html Css Color HEX #469141 Fruit Salad

📋 copy color: '#469141'

red 70 ◦ green 145 ◦ blue 65

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

Shades of Fruit Salad #469141

Tints of Fruit Salad #469141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

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

R = 25%
G = 51.79%
B = 23.21%

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

#469141 (or 0x469141) is known color: Fruit Salad. HEX triplet: 46, 91 and 41. RGB value is (70,145,65). Sum of RGB (Red+Green+Blue) = 70+145+65=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #469141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469141 is #B96EBE. Grayscale: #717171. Windows color (decimal): -12152511 or 4297030. OLE color: 4297030.

HSL color Cylindrical-coordinate representation of color #469141: hue angle of 116.25º 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 #469141 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 65 -
CMYK 0.52 0 0.55 0.43
HSL 116.25º 0.38% 0.41% -
HSV(B) 116.25º 0.55% 0.57% -
XYZ 13.61 21.93 8.52 -
YUV 113.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 70 145 65 0.52 0 0.55 0.43 116.25 0.38 0.41
Hex 46 91 41 34 0 37 2B 74 26 29
Octal 106 221 101 64 0 67 53 164 46 51
Binary 1000110 10010001 1000001 110100 0 110111 101011 1110100 100110 101001

Color Harmonies of #469141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469141

Black with #469141

Text Example


Text Example

White with #469141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469141; }

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

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

background-color css

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

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

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

border-color css

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

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

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