Html Css Color HEX #4B9452 Fruit Salad

📋 copy color: '#4B9452'

red 75 ◦ green 148 ◦ blue 82

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

Shades of Fruit Salad #4B9452

Tints of Fruit Salad #4B9452

RGB

 RED value IS 75 (29.69% from 255) = 24.59%

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 24.59%
G = 48.52%
B = 26.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#4B9452 (or 0x4B9452) is known color: Fruit Salad. HEX triplet: 4B, 94 and 52. RGB value is (75,148,82). Sum of RGB (Red+Green+Blue) = 75+148+82=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9452 is #B46BAD. Grayscale: #767676. Windows color (decimal): -11824046 or 5411915. OLE color: 5411915.

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

Color convert

RGB 75 148 82 -
CMYK 0.49 0 0.45 0.42
HSL 125.75º 0.33% 0.44% -
HSV(B) 125.75º 0.49% 0.58% -
XYZ 15.01 23.28 11.69 -
YUV 118.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 75 148 82 0.49 0 0.45 0.42 125.75 0.33 0.44
Hex 4B 94 52 31 0 2D 2A 7E 21 2C
Octal 113 224 122 61 0 55 52 176 41 54
Binary 1001011 10010100 1010010 110001 0 101101 101010 1111110 100001 101100

Color Harmonies of #4B9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9452

Black with #4B9452

Text Example


Text Example

White with #4B9452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,148,82); }

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

background-color css

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

 a { background-color: rgb(75,148,82); }

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

border-color css

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

 span { border-color: rgb(75,148,82); }

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