Html Css Color HEX #3BA948 Fruit Salad

📋 copy color: '#3BA948'

red 59 ◦ green 169 ◦ blue 72

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

Shades of Fruit Salad #3BA948

Tints of Fruit Salad #3BA948

RGB

 RED value IS 59 (23.44% from 255) = 19.67%

 GREEN value IS 169 (66.41% from 255) = 56.33%

 BLUE value IS 72 (28.52% from 255) = 24%

R = 19.67%
G = 56.33%
B = 24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#3BA948 (or 0x3BA948) is known color: Fruit Salad. HEX triplet: 3B, A9 and 48. RGB value is (59,169,72). Sum of RGB (Red+Green+Blue) = 59+169+72=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA948 is #C456B7. Grayscale: #7D7D7D. Windows color (decimal): -12867256 or 4761915. OLE color: 4761915.

HSL color Cylindrical-coordinate representation of color #3BA948: hue angle of 127.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA948 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 169 72 -
CMYK 0.65 0 0.57 0.34
HSL 127.09º 0.48% 0.45% -
HSV(B) 127.09º 0.65% 0.66% -
XYZ 17.16 29.77 10.97 -
YUV 125.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 59 169 72 0.65 0 0.57 0.34 127.09 0.48 0.45
Hex 3B A9 48 41 0 39 22 7F 30 2D
Octal 73 251 110 101 0 71 42 177 60 55
Binary 111011 10101001 1001000 1000001 0 111001 100010 1111111 110000 101101

Color Harmonies of #3BA948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA948

Black with #3BA948

Text Example


Text Example

White with #3BA948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BA948; }

 p { color: rgb(59,169,72); }

 H1.HeaderClassName
 {
   color: #3BA948;
 }
 .AnyTagClassName
 {
   color: #3BA948;
 }
</style>

background-color css

<style>
 a { background-color: #3BA948; }

 a { background-color: rgb(59,169,72); }

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

border-color css

<style>
 span { border-color: #3BA948; }

 span { border-color: rgb(59,169,72); }

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