Html Css Color HEX #3BA942 Fruit Salad

📋 copy color: '#3BA942'

red 59 ◦ green 169 ◦ blue 66

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

Shades of Fruit Salad #3BA942

Tints of Fruit Salad #3BA942

RGB

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

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

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

R = 20.07%
G = 57.48%
B = 22.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#3BA942 (or 0x3BA942) is known color: Fruit Salad. HEX triplet: 3B, A9 and 42. RGB value is (59,169,66). Sum of RGB (Red+Green+Blue) = 59+169+66=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA942 is #C456BD. Grayscale: #7C7C7C. Windows color (decimal): -12867262 or 4368699. OLE color: 4368699.

HSL color Cylindrical-coordinate representation of color #3BA942: hue angle of 123.82º 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 #3BA942 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 169 66 -
CMYK 0.65 0 0.61 0.34
HSL 123.82º 0.48% 0.45% -
HSV(B) 123.82º 0.65% 0.66% -
XYZ 16.97 29.7 9.99 -
YUV 124.37 95.06 81.38 -
System Red Green Blue C M Y K H S L
Decimal 59 169 66 0.65 0 0.61 0.34 123.82 0.48 0.45
Hex 3B A9 42 41 0 3D 22 7C 30 2D
Octal 73 251 102 101 0 75 42 174 60 55
Binary 111011 10101001 1000010 1000001 0 111101 100010 1111100 110000 101101

Color Harmonies of #3BA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA942

Black with #3BA942

Text Example


Text Example

White with #3BA942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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