Html Css Color HEX #469F4B Fruit Salad

📋 copy color: '#469F4B'

red 70 ◦ green 159 ◦ blue 75

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

Shades of Fruit Salad #469F4B

Tints of Fruit Salad #469F4B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.3%

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

R = 23.03%
G = 52.3%
B = 24.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#469F4B (or 0x469F4B) is known color: Fruit Salad. HEX triplet: 46, 9F and 4B. RGB value is (70,159,75). Sum of RGB (Red+Green+Blue) = 70+159+75=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #469F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F4B is #B960B4. Grayscale: #7B7B7B. Windows color (decimal): -12148917 or 4955974. OLE color: 4955974.

HSL color Cylindrical-coordinate representation of color #469F4B: hue angle of 123.37º 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 #469F4B is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 159 75 -
CMYK 0.56 0 0.53 0.38
HSL 123.37º 0.39% 0.45% -
HSV(B) 123.37º 0.56% 0.62% -
XYZ 16.19 26.61 10.94 -
YUV 122.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 70 159 75 0.56 0 0.53 0.38 123.37 0.39 0.45
Hex 46 9F 4B 38 0 35 26 7B 27 2D
Octal 106 237 113 70 0 65 46 173 47 55
Binary 1000110 10011111 1001011 111000 0 110101 100110 1111011 100111 101101

Color Harmonies of #469F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F4B

Black with #469F4B

Text Example


Text Example

White with #469F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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