Html Css Color HEX #3B913F Fruit Salad

📋 copy color: '#3B913F'

red 59 ◦ green 145 ◦ blue 63

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

Shades of Fruit Salad #3B913F

Tints of Fruit Salad #3B913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.31%

 BLUE value IS 63 (25% from 255) = 23.6%

R = 22.1%
G = 54.31%
B = 23.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#3B913F (or 0x3B913F) is known color: Fruit Salad. HEX triplet: 3B, 91 and 3F. RGB value is (59,145,63). Sum of RGB (Red+Green+Blue) = 59+145+63=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #3B913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B913F is #C46EC0. Grayscale: #6E6E6E. Windows color (decimal): -12873409 or 4165947. OLE color: 4165947.

HSL color Cylindrical-coordinate representation of color #3B913F: hue angle of 122.79º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B913F is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 145 63 -
CMYK 0.59 0 0.57 0.43
HSL 122.79º 0.42% 0.4% -
HSV(B) 122.79º 0.59% 0.57% -
XYZ 12.83 21.54 8.18 -
YUV 109.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 59 145 63 0.59 0 0.57 0.43 122.79 0.42 0.4
Hex 3B 91 3F 3B 0 39 2B 7B 2A 28
Octal 73 221 77 73 0 71 53 173 52 50
Binary 111011 10010001 111111 111011 0 111001 101011 1111011 101010 101000

Color Harmonies of #3B913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B913F

Black with #3B913F

Text Example


Text Example

White with #3B913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,145,63); }

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

background-color css

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

 a { background-color: rgb(59,145,63); }

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

border-color css

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

 span { border-color: rgb(59,145,63); }

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