Html Css Color HEX #3BAD3C Fruit Salad

📋 copy color: '#3BAD3C'

red 59 ◦ green 173 ◦ blue 60

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

Shades of Fruit Salad #3BAD3C

Tints of Fruit Salad #3BAD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.25%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 20.21%
G = 59.25%
B = 20.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#3BAD3C (or 0x3BAD3C) is known color: Fruit Salad. HEX triplet: 3B, AD and 3C. RGB value is (59,173,60). Sum of RGB (Red+Green+Blue) = 59+173+60=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAD3C is #C452C3. Grayscale: #7E7E7E. Windows color (decimal): -12866244 or 3976507. OLE color: 3976507.

HSL color Cylindrical-coordinate representation of color #3BAD3C: hue angle of 120.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAD3C is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 173 60 -
CMYK 0.66 0 0.65 0.32
HSL 120.53º 0.49% 0.45% -
HSV(B) 120.53º 0.66% 0.68% -
XYZ 17.56 31.14 9.36 -
YUV 126.03 90.73 80.19 -
System Red Green Blue C M Y K H S L
Decimal 59 173 60 0.66 0 0.65 0.32 120.53 0.49 0.45
Hex 3B AD 3C 42 0 41 20 79 31 2D
Octal 73 255 74 102 0 101 40 171 61 55
Binary 111011 10101101 111100 1000010 0 1000001 100000 1111001 110001 101101

Color Harmonies of #3BAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAD3C

Black with #3BAD3C

Text Example


Text Example

White with #3BAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,173,60); }

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

background-color css

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

 a { background-color: rgb(59,173,60); }

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

border-color css

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

 span { border-color: rgb(59,173,60); }

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