Html Css Color HEX #3B8F41 Fruit Salad

📋 copy color: '#3B8F41'

red 59 ◦ green 143 ◦ blue 65

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

Shades of Fruit Salad #3B8F41

Tints of Fruit Salad #3B8F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.56%

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 22.1%
G = 53.56%
B = 24.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#3B8F41 (or 0x3B8F41) is known color: Fruit Salad. HEX triplet: 3B, 8F and 41. RGB value is (59,143,65). Sum of RGB (Red+Green+Blue) = 59+143+65=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8F41 is #C470BE. Grayscale: #6D6D6D. Windows color (decimal): -12873919 or 4296507. OLE color: 4296507.

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

Color convert

RGB 59 143 65 -
CMYK 0.59 0 0.55 0.44
HSL 124.29º 0.42% 0.4% -
HSV(B) 124.29º 0.59% 0.56% -
XYZ 12.58 20.96 8.38 -
YUV 108.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 59 143 65 0.59 0 0.55 0.44 124.29 0.42 0.4
Hex 3B 8F 41 3B 0 37 2C 7C 2A 28
Octal 73 217 101 73 0 67 54 174 52 50
Binary 111011 10001111 1000001 111011 0 110111 101100 1111100 101010 101000

Color Harmonies of #3B8F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8F41

Black with #3B8F41

Text Example


Text Example

White with #3B8F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,143,65); }

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

background-color css

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

 a { background-color: rgb(59,143,65); }

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

border-color css

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

 span { border-color: rgb(59,143,65); }

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