Html Css Color HEX #4BAE3D Fruit Salad

📋 copy color: '#4BAE3D'

red 75 ◦ green 174 ◦ blue 61

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

Shades of Fruit Salad #4BAE3D

Tints of Fruit Salad #4BAE3D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.13%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 24.19%
G = 56.13%
B = 19.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#4BAE3D (or 0x4BAE3D) is known color: Fruit Salad. HEX triplet: 4B, AE and 3D. RGB value is (75,174,61). Sum of RGB (Red+Green+Blue) = 75+174+61=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE3D is #B451C2. Grayscale: #838383. Windows color (decimal): -11817411 or 4042315. OLE color: 4042315.

HSL color Cylindrical-coordinate representation of color #4BAE3D: hue angle of 112.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BAE3D is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 174 61 -
CMYK 0.57 0 0.65 0.32
HSL 112.57º 0.48% 0.46% -
HSV(B) 112.57º 0.65% 0.68% -
XYZ 18.88 32.1 9.62 -
YUV 131.52 88.2 87.69 -
System Red Green Blue C M Y K H S L
Decimal 75 174 61 0.57 0 0.65 0.32 112.57 0.48 0.46
Hex 4B AE 3D 39 0 41 20 71 30 2E
Octal 113 256 75 71 0 101 40 161 60 56
Binary 1001011 10101110 111101 111001 0 1000001 100000 1110001 110000 101110

Color Harmonies of #4BAE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAE3D

Black with #4BAE3D

Text Example


Text Example

White with #4BAE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,174,61); }

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

background-color css

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

 a { background-color: rgb(75,174,61); }

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

border-color css

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

 span { border-color: rgb(75,174,61); }

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