Html Css Color HEX #4BA742 Fruit Salad

📋 copy color: '#4BA742'

red 75 ◦ green 167 ◦ blue 66

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

Shades of Fruit Salad #4BA742

Tints of Fruit Salad #4BA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.22%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 24.35%
G = 54.22%
B = 21.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#4BA742 (or 0x4BA742) is known color: Fruit Salad. HEX triplet: 4B, A7 and 42. RGB value is (75,167,66). Sum of RGB (Red+Green+Blue) = 75+167+66=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA742 is #B458BD. Grayscale: #808080. Windows color (decimal): -11819198 or 4368203. OLE color: 4368203.

HSL color Cylindrical-coordinate representation of color #4BA742: hue angle of 114.65º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BA742 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 167 66 -
CMYK 0.55 0 0.60 0.35
HSL 114.65º 0.43% 0.46% -
HSV(B) 114.65º 0.6% 0.65% -
XYZ 17.7 29.53 9.92 -
YUV 127.98 93.02 90.21 -
System Red Green Blue C M Y K H S L
Decimal 75 167 66 0.55 0 0.60 0.35 114.65 0.43 0.46
Hex 4B A7 42 37 0 3C 23 73 2B 2E
Octal 113 247 102 67 0 74 43 163 53 56
Binary 1001011 10100111 1000010 110111 0 111100 100011 1110011 101011 101110

Color Harmonies of #4BA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA742

Black with #4BA742

Text Example


Text Example

White with #4BA742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,167,66); }

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

background-color css

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

 a { background-color: rgb(75,167,66); }

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

border-color css

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

 span { border-color: rgb(75,167,66); }

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