Html Css Color HEX #469748 Fruit Salad

📋 copy color: '#469748'

red 70 ◦ green 151 ◦ blue 72

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

Shades of Fruit Salad #469748

Tints of Fruit Salad #469748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 23.89%
G = 51.54%
B = 24.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#469748 (or 0x469748) is known color: Fruit Salad. HEX triplet: 46, 97 and 48. RGB value is (70,151,72). Sum of RGB (Red+Green+Blue) = 70+151+72=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #469748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469748 is #B968B7. Grayscale: #767676. Windows color (decimal): -12150968 or 4757318. OLE color: 4757318.

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

Color convert

RGB 70 151 72 -
CMYK 0.54 0 0.52 0.41
HSL 121.48º 0.37% 0.43% -
HSV(B) 121.48º 0.54% 0.59% -
XYZ 14.76 23.9 9.97 -
YUV 117.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 70 151 72 0.54 0 0.52 0.41 121.48 0.37 0.43
Hex 46 97 48 36 0 34 29 79 25 2B
Octal 106 227 110 66 0 64 51 171 45 53
Binary 1000110 10010111 1001000 110110 0 110100 101001 1111001 100101 101011

Color Harmonies of #469748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469748

Black with #469748

Text Example


Text Example

White with #469748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469748; }

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

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

background-color css

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

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

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

border-color css

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

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

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