Html Css Color HEX #469B4A Fruit Salad

📋 copy color: '#469B4A'

red 70 ◦ green 155 ◦ blue 74

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

Shades of Fruit Salad #469B4A

Tints of Fruit Salad #469B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.84%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 23.41%
G = 51.84%
B = 24.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#469B4A (or 0x469B4A) is known color: Fruit Salad. HEX triplet: 46, 9B and 4A. RGB value is (70,155,74). Sum of RGB (Red+Green+Blue) = 70+155+74=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #469B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B4A is #B964B5. Grayscale: #787878. Windows color (decimal): -12149942 or 4889414. OLE color: 4889414.

HSL color Cylindrical-coordinate representation of color #469B4A: hue angle of 122.82º 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 #469B4A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 74 -
CMYK 0.55 0 0.52 0.39
HSL 122.82º 0.38% 0.44% -
HSV(B) 122.82º 0.55% 0.61% -
XYZ 15.48 25.24 10.53 -
YUV 120.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 70 155 74 0.55 0 0.52 0.39 122.82 0.38 0.44
Hex 46 9B 4A 37 0 34 27 7B 26 2C
Octal 106 233 112 67 0 64 47 173 46 54
Binary 1000110 10011011 1001010 110111 0 110100 100111 1111011 100110 101100

Color Harmonies of #469B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B4A

Black with #469B4A

Text Example


Text Example

White with #469B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,74); }

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

background-color css

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

 a { background-color: rgb(70,155,74); }

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

border-color css

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

 span { border-color: rgb(70,155,74); }

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