Html Css Color HEX #3BAC3C Fruit Salad

📋 copy color: '#3BAC3C'

red 59 ◦ green 172 ◦ blue 60

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

Shades of Fruit Salad #3BAC3C

Tints of Fruit Salad #3BAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.11%

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

R = 20.27%
G = 59.11%
B = 20.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#3BAC3C (or 0x3BAC3C) is known color: Fruit Salad. HEX triplet: 3B, AC and 3C. RGB value is (59,172,60). Sum of RGB (Red+Green+Blue) = 59+172+60=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC3C is #C453C3. Grayscale: #7D7D7D. Windows color (decimal): -12866500 or 3976251. OLE color: 3976251.

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

Color convert

RGB 59 172 60 -
CMYK 0.66 0 0.65 0.33
HSL 120.53º 0.49% 0.45% -
HSV(B) 120.53º 0.66% 0.67% -
XYZ 17.37 30.76 9.3 -
YUV 125.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 59 172 60 0.66 0 0.65 0.33 120.53 0.49 0.45
Hex 3B AC 3C 42 0 41 21 79 31 2D
Octal 73 254 74 102 0 101 41 171 61 55
Binary 111011 10101100 111100 1000010 0 1000001 100001 1111001 110001 101101

Color Harmonies of #3BAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC3C

Black with #3BAC3C

Text Example


Text Example

White with #3BAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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