Html Css Color HEX #3BA740 Fruit Salad

📋 copy color: '#3BA740'

red 59 ◦ green 167 ◦ blue 64

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

Shades of Fruit Salad #3BA740

Tints of Fruit Salad #3BA740

RGB

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

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

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

R = 20.34%
G = 57.59%
B = 22.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#3BA740 (or 0x3BA740) is known color: Fruit Salad. HEX triplet: 3B, A7 and 40. RGB value is (59,167,64). Sum of RGB (Red+Green+Blue) = 59+167+64=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA740 is #C458BF. Grayscale: #7B7B7B. Windows color (decimal): -12867776 or 4237115. OLE color: 4237115.

HSL color Cylindrical-coordinate representation of color #3BA740: hue angle of 122.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA740 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 167 64 -
CMYK 0.65 0 0.62 0.35
HSL 122.78º 0.48% 0.44% -
HSV(B) 122.78º 0.65% 0.65% -
XYZ 16.55 28.94 9.56 -
YUV 122.97 94.72 82.38 -
System Red Green Blue C M Y K H S L
Decimal 59 167 64 0.65 0 0.62 0.35 122.78 0.48 0.44
Hex 3B A7 40 41 0 3E 23 7B 30 2C
Octal 73 247 100 101 0 76 43 173 60 54
Binary 111011 10100111 1000000 1000001 0 111110 100011 1111011 110000 101100

Color Harmonies of #3BA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA740

Black with #3BA740

Text Example


Text Example

White with #3BA740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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