Html Css Color HEX #3BB441 Fruit Salad

📋 copy color: '#3BB441'

red 59 ◦ green 180 ◦ blue 65

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

Shades of Fruit Salad #3BB441

Tints of Fruit Salad #3BB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.21%

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

R = 19.41%
G = 59.21%
B = 21.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#3BB441 (or 0x3BB441) is known color: Fruit Salad. HEX triplet: 3B, B4 and 41. RGB value is (59,180,65). Sum of RGB (Red+Green+Blue) = 59+180+65=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB441 is #C44BBE. Grayscale: #838383. Windows color (decimal): -12864447 or 4305979. OLE color: 4305979.

HSL color Cylindrical-coordinate representation of color #3BB441: hue angle of 122.98º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB441 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 180 65 -
CMYK 0.67 0 0.64 0.29
HSL 122.98º 0.51% 0.47% -
HSV(B) 122.98º 0.67% 0.71% -
XYZ 19.08 33.95 10.55 -
YUV 130.71 90.91 76.85 -
System Red Green Blue C M Y K H S L
Decimal 59 180 65 0.67 0 0.64 0.29 122.98 0.51 0.47
Hex 3B B4 41 43 0 40 1D 7B 33 2F
Octal 73 264 101 103 0 100 35 173 63 57
Binary 111011 10110100 1000001 1000011 0 1000000 11101 1111011 110011 101111

Color Harmonies of #3BB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB441

Black with #3BB441

Text Example


Text Example

White with #3BB441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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