Html Css Color HEX #469D4B Fruit Salad

📋 copy color: '#469D4B'

red 70 ◦ green 157 ◦ blue 75

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

Shades of Fruit Salad #469D4B

Tints of Fruit Salad #469D4B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.99%

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 23.18%
G = 51.99%
B = 24.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#469D4B (or 0x469D4B) is known color: Fruit Salad. HEX triplet: 46, 9D and 4B. RGB value is (70,157,75). Sum of RGB (Red+Green+Blue) = 70+157+75=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #469D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D4B is #B962B4. Grayscale: #797979. Windows color (decimal): -12149429 or 4955462. OLE color: 4955462.

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

Color convert

RGB 70 157 75 -
CMYK 0.55 0 0.52 0.38
HSL 123.45º 0.38% 0.45% -
HSV(B) 123.45º 0.55% 0.62% -
XYZ 15.85 25.92 10.82 -
YUV 121.64 101.68 91.17 -
System Red Green Blue C M Y K H S L
Decimal 70 157 75 0.55 0 0.52 0.38 123.45 0.38 0.45
Hex 46 9D 4B 37 0 34 26 7B 26 2D
Octal 106 235 113 67 0 64 46 173 46 55
Binary 1000110 10011101 1001011 110111 0 110100 100110 1111011 100110 101101

Color Harmonies of #469D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D4B

Black with #469D4B

Text Example


Text Example

White with #469D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,157,75); }

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

background-color css

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

 a { background-color: rgb(70,157,75); }

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

border-color css

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

 span { border-color: rgb(70,157,75); }

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