Html Css Color HEX #4A9453 Fruit Salad

📋 copy color: '#4A9453'

red 74 ◦ green 148 ◦ blue 83

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

Shades of Fruit Salad #4A9453

Tints of Fruit Salad #4A9453

RGB

 RED value IS 74 (29.3% from 255) = 24.26%

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 83 (32.81% from 255) = 27.21%

R = 24.26%
G = 48.52%
B = 27.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#4A9453 (or 0x4A9453) is known color: Fruit Salad. HEX triplet: 4A, 94 and 53. RGB value is (74,148,83). Sum of RGB (Red+Green+Blue) = 74+148+83=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9453 is #B56BAC. Grayscale: #767676. Windows color (decimal): -11889581 or 5477450. OLE color: 5477450.

HSL color Cylindrical-coordinate representation of color #4A9453: hue angle of 127.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9453 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 83 -
CMYK 0.50 0 0.44 0.42
HSL 127.3º 0.33% 0.44% -
HSV(B) 127.3º 0.5% 0.58% -
XYZ 14.98 23.26 11.88 -
YUV 118.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 74 148 83 0.50 0 0.44 0.42 127.3 0.33 0.44
Hex 4A 94 53 32 0 2C 2A 7F 21 2C
Octal 112 224 123 62 0 54 52 177 41 54
Binary 1001010 10010100 1010011 110010 0 101100 101010 1111111 100001 101100

Color Harmonies of #4A9453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9453

Black with #4A9453

Text Example


Text Example

White with #4A9453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9453; }

 p { color: rgb(74,148,83); }

 H1.HeaderClassName
 {
   color: #4A9453;
 }
 .AnyTagClassName
 {
   color: #4A9453;
 }
</style>

background-color css

<style>
 a { background-color: #4A9453; }

 a { background-color: rgb(74,148,83); }

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

border-color css

<style>
 span { border-color: #4A9453; }

 span { border-color: rgb(74,148,83); }

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