Html Css Color HEX #3BB145 Fruit Salad

📋 copy color: '#3BB145'

red 59 ◦ green 177 ◦ blue 69

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

Shades of Fruit Salad #3BB145

Tints of Fruit Salad #3BB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 58.03%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 19.34%
G = 58.03%
B = 22.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#3BB145 (or 0x3BB145) is known color: Fruit Salad. HEX triplet: 3B, B1 and 45. RGB value is (59,177,69). Sum of RGB (Red+Green+Blue) = 59+177+69=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB145 is #C44EBA. Grayscale: #818181. Windows color (decimal): -12865211 or 4567355. OLE color: 4567355.

HSL color Cylindrical-coordinate representation of color #3BB145: hue angle of 125.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB145 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 177 69 -
CMYK 0.67 0 0.61 0.31
HSL 125.08º 0.5% 0.46% -
HSV(B) 125.08º 0.67% 0.69% -
XYZ 18.6 32.8 10.98 -
YUV 129.41 93.91 77.78 -
System Red Green Blue C M Y K H S L
Decimal 59 177 69 0.67 0 0.61 0.31 125.08 0.5 0.46
Hex 3B B1 45 43 0 3D 1F 7D 32 2E
Octal 73 261 105 103 0 75 37 175 62 56
Binary 111011 10110001 1000101 1000011 0 111101 11111 1111101 110010 101110

Color Harmonies of #3BB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB145

Black with #3BB145

Text Example


Text Example

White with #3BB145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,177,69); }

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

background-color css

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

 a { background-color: rgb(59,177,69); }

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

border-color css

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

 span { border-color: rgb(59,177,69); }

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