Html Css Color HEX #469741 Fruit Salad

📋 copy color: '#469741'

red 70 ◦ green 151 ◦ blue 65

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

Shades of Fruit Salad #469741

Tints of Fruit Salad #469741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.8%

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

R = 24.48%
G = 52.8%
B = 22.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#469741 (or 0x469741) is known color: Fruit Salad. HEX triplet: 46, 97 and 41. RGB value is (70,151,65). Sum of RGB (Red+Green+Blue) = 70+151+65=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #469741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469741 is #B968BE. Grayscale: #757575. Windows color (decimal): -12150975 or 4298566. OLE color: 4298566.

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

Color convert

RGB 70 151 65 -
CMYK 0.54 0 0.57 0.41
HSL 116.51º 0.4% 0.42% -
HSV(B) 116.51º 0.57% 0.59% -
XYZ 14.55 23.82 8.83 -
YUV 116.98 98.66 94.49 -
System Red Green Blue C M Y K H S L
Decimal 70 151 65 0.54 0 0.57 0.41 116.51 0.4 0.42
Hex 46 97 41 36 0 39 29 75 28 2A
Octal 106 227 101 66 0 71 51 165 50 52
Binary 1000110 10010111 1000001 110110 0 111001 101001 1110101 101000 101010

Color Harmonies of #469741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469741

Black with #469741

Text Example


Text Example

White with #469741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469741; }

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

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

background-color css

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

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

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

border-color css

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

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

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