Html Css Color HEX #4B9B45 Fruit Salad

📋 copy color: '#4B9B45'

red 75 ◦ green 155 ◦ blue 69

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

Shades of Fruit Salad #4B9B45

Tints of Fruit Salad #4B9B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 25.08%
G = 51.84%
B = 23.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#4B9B45 (or 0x4B9B45) is known color: Fruit Salad. HEX triplet: 4B, 9B and 45. RGB value is (75,155,69). Sum of RGB (Red+Green+Blue) = 75+155+69=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9B45 is #B464BA. Grayscale: #797979. Windows color (decimal): -11822267 or 4561739. OLE color: 4561739.

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

Color convert

RGB 75 155 69 -
CMYK 0.52 0 0.55 0.39
HSL 115.81º 0.38% 0.44% -
HSV(B) 115.81º 0.55% 0.61% -
XYZ 15.7 25.37 9.7 -
YUV 121.28 98.5 94.99 -
System Red Green Blue C M Y K H S L
Decimal 75 155 69 0.52 0 0.55 0.39 115.81 0.38 0.44
Hex 4B 9B 45 34 0 37 27 74 26 2C
Octal 113 233 105 64 0 67 47 164 46 54
Binary 1001011 10011011 1000101 110100 0 110111 100111 1110100 100110 101100

Color Harmonies of #4B9B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9B45

Black with #4B9B45

Text Example


Text Example

White with #4B9B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,155,69); }

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

background-color css

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

 a { background-color: rgb(75,155,69); }

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

border-color css

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

 span { border-color: rgb(75,155,69); }

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