Html Css Color HEX #469E4D Fruit Salad

📋 copy color: '#469E4D'

red 70 ◦ green 158 ◦ blue 77

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

Shades of Fruit Salad #469E4D

Tints of Fruit Salad #469E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.8%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 22.95%
G = 51.8%
B = 25.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#469E4D (or 0x469E4D) is known color: Fruit Salad. HEX triplet: 46, 9E and 4D. RGB value is (70,158,77). Sum of RGB (Red+Green+Blue) = 70+158+77=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #469E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E4D is #B961B2. Grayscale: #7A7A7A. Windows color (decimal): -12149171 or 5086790. OLE color: 5086790.

HSL color Cylindrical-coordinate representation of color #469E4D: hue angle of 124.77º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469E4D is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 158 77 -
CMYK 0.56 0 0.51 0.38
HSL 124.77º 0.39% 0.45% -
HSV(B) 124.77º 0.56% 0.62% -
XYZ 16.09 26.29 11.25 -
YUV 122.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 70 158 77 0.56 0 0.51 0.38 124.77 0.39 0.45
Hex 46 9E 4D 38 0 33 26 7D 27 2D
Octal 106 236 115 70 0 63 46 175 47 55
Binary 1000110 10011110 1001101 111000 0 110011 100110 1111101 100111 101101

Color Harmonies of #469E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E4D

Black with #469E4D

Text Example


Text Example

White with #469E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,158,77); }

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

background-color css

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

 a { background-color: rgb(70,158,77); }

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

border-color css

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

 span { border-color: rgb(70,158,77); }

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