Html Css Color HEX #3BA240 Fruit Salad

📋 copy color: '#3BA240'

red 59 ◦ green 162 ◦ blue 64

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

Shades of Fruit Salad #3BA240

Tints of Fruit Salad #3BA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.84%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 20.7%
G = 56.84%
B = 22.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#3BA240 (or 0x3BA240) is known color: Fruit Salad. HEX triplet: 3B, A2 and 40. RGB value is (59,162,64). Sum of RGB (Red+Green+Blue) = 59+162+64=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA240 is #C45DBF. Grayscale: #787878. Windows color (decimal): -12869056 or 4235835. OLE color: 4235835.

HSL color Cylindrical-coordinate representation of color #3BA240: hue angle of 122.91º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA240 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 59 162 64 -
CMYK 0.64 0 0.60 0.36
HSL 122.91º 0.47% 0.43% -
HSV(B) 122.91º 0.64% 0.64% -
XYZ 15.65 27.14 9.26 -
YUV 120.03 96.38 84.47 -
System Red Green Blue C M Y K H S L
Decimal 59 162 64 0.64 0 0.60 0.36 122.91 0.47 0.43
Hex 3B A2 40 40 0 3C 24 7B 2F 2B
Octal 73 242 100 100 0 74 44 173 57 53
Binary 111011 10100010 1000000 1000000 0 111100 100100 1111011 101111 101011

Color Harmonies of #3BA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA240

Black with #3BA240

Text Example


Text Example

White with #3BA240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,162,64); }

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

background-color css

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

 a { background-color: rgb(59,162,64); }

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

border-color css

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

 span { border-color: rgb(59,162,64); }

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