Html Css Color HEX #469C48 Fruit Salad

📋 copy color: '#469C48'

red 70 ◦ green 156 ◦ blue 72

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

Shades of Fruit Salad #469C48

Tints of Fruit Salad #469C48

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.35%

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

R = 23.49%
G = 52.35%
B = 24.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#469C48 (or 0x469C48) is known color: Fruit Salad. HEX triplet: 46, 9C and 48. RGB value is (70,156,72). Sum of RGB (Red+Green+Blue) = 70+156+72=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #469C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C48 is #B963B7. Grayscale: #787878. Windows color (decimal): -12149688 or 4758598. OLE color: 4758598.

HSL color Cylindrical-coordinate representation of color #469C48: hue angle of 121.4º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C48 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 72 -
CMYK 0.55 0 0.54 0.39
HSL 121.4º 0.38% 0.44% -
HSV(B) 121.4º 0.55% 0.61% -
XYZ 15.58 25.55 10.24 -
YUV 120.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 70 156 72 0.55 0 0.54 0.39 121.4 0.38 0.44
Hex 46 9C 48 37 0 36 27 79 26 2C
Octal 106 234 110 67 0 66 47 171 46 54
Binary 1000110 10011100 1001000 110111 0 110110 100111 1111001 100110 101100

Color Harmonies of #469C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C48

Black with #469C48

Text Example


Text Example

White with #469C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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