Html Css Color HEX #4AB138 Fruit Salad

📋 copy color: '#4AB138'

red 74 ◦ green 177 ◦ blue 56

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

Shades of Fruit Salad #4AB138

Tints of Fruit Salad #4AB138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.65%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 24.1%
G = 57.65%
B = 18.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#4AB138 (or 0x4AB138) is known color: Fruit Salad. HEX triplet: 4A, B1 and 38. RGB value is (74,177,56). Sum of RGB (Red+Green+Blue) = 74+177+56=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB138 is #B54EC7. Grayscale: #848484. Windows color (decimal): -11882184 or 3715402. OLE color: 3715402.

HSL color Cylindrical-coordinate representation of color #4AB138: hue angle of 111.07º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AB138 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 177 56 -
CMYK 0.58 0 0.68 0.31
HSL 111.07º 0.52% 0.46% -
HSV(B) 111.07º 0.68% 0.69% -
XYZ 19.26 33.19 9.13 -
YUV 132.41 84.88 86.34 -
System Red Green Blue C M Y K H S L
Decimal 74 177 56 0.58 0 0.68 0.31 111.07 0.52 0.46
Hex 4A B1 38 3A 0 44 1F 6F 34 2E
Octal 112 261 70 72 0 104 37 157 64 56
Binary 1001010 10110001 111000 111010 0 1000100 11111 1101111 110100 101110

Color Harmonies of #4AB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB138

Black with #4AB138

Text Example


Text Example

White with #4AB138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,177,56); }

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

background-color css

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

 a { background-color: rgb(74,177,56); }

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

border-color css

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

 span { border-color: rgb(74,177,56); }

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