Html Css Color HEX #469841 Fruit Salad

📋 copy color: '#469841'

red 70 ◦ green 152 ◦ blue 65

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

Shades of Fruit Salad #469841

Tints of Fruit Salad #469841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

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

R = 24.39%
G = 52.96%
B = 22.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#469841 (or 0x469841) is known color: Fruit Salad. HEX triplet: 46, 98 and 41. RGB value is (70,152,65). Sum of RGB (Red+Green+Blue) = 70+152+65=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #469841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469841 is #B967BE. Grayscale: #757575. Windows color (decimal): -12150719 or 4298822. OLE color: 4298822.

HSL color Cylindrical-coordinate representation of color #469841: hue angle of 116.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #469841 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 65 -
CMYK 0.54 0 0.57 0.40
HSL 116.55º 0.4% 0.43% -
HSV(B) 116.55º 0.57% 0.6% -
XYZ 14.71 24.14 8.89 -
YUV 117.56 98.33 94.07 -
System Red Green Blue C M Y K H S L
Decimal 70 152 65 0.54 0 0.57 0.40 116.55 0.4 0.43
Hex 46 98 41 36 0 39 28 75 28 2B
Octal 106 230 101 66 0 71 50 165 50 53
Binary 1000110 10011000 1000001 110110 0 111001 101000 1110101 101000 101011

Color Harmonies of #469841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469841

Black with #469841

Text Example


Text Example

White with #469841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469841; }

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

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

background-color css

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

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

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

border-color css

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

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

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