Html Css Color HEX #469A4B Fruit Salad

📋 copy color: '#469A4B'

red 70 ◦ green 154 ◦ blue 75

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

Shades of Fruit Salad #469A4B

Tints of Fruit Salad #469A4B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.51%

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

R = 23.41%
G = 51.51%
B = 25.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#469A4B (or 0x469A4B) is known color: Fruit Salad. HEX triplet: 46, 9A and 4B. RGB value is (70,154,75). Sum of RGB (Red+Green+Blue) = 70+154+75=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #469A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469A4B is #B965B4. Grayscale: #787878. Windows color (decimal): -12150197 or 4954694. OLE color: 4954694.

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

Color convert

RGB 70 154 75 -
CMYK 0.55 0 0.51 0.40
HSL 123.57º 0.38% 0.44% -
HSV(B) 123.57º 0.55% 0.6% -
XYZ 15.35 24.92 10.66 -
YUV 119.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 70 154 75 0.55 0 0.51 0.40 123.57 0.38 0.44
Hex 46 9A 4B 37 0 33 28 7C 26 2C
Octal 106 232 113 67 0 63 50 174 46 54
Binary 1000110 10011010 1001011 110111 0 110011 101000 1111100 100110 101100

Color Harmonies of #469A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A4B

Black with #469A4B

Text Example


Text Example

White with #469A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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