Html Css Color HEX #3BAC4B Fruit Salad

📋 copy color: '#3BAC4B'

red 59 ◦ green 172 ◦ blue 75

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

Shades of Fruit Salad #3BAC4B

Tints of Fruit Salad #3BAC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 19.28%
G = 56.21%
B = 24.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#3BAC4B (or 0x3BAC4B) is known color: Fruit Salad. HEX triplet: 3B, AC and 4B. RGB value is (59,172,75). Sum of RGB (Red+Green+Blue) = 59+172+75=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC4B is #C453B4. Grayscale: #7F7F7F. Windows color (decimal): -12866485 or 4959291. OLE color: 4959291.

HSL color Cylindrical-coordinate representation of color #3BAC4B: hue angle of 128.5º 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 #3BAC4B is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 172 75 -
CMYK 0.66 0 0.56 0.33
HSL 128.5º 0.49% 0.45% -
HSV(B) 128.5º 0.66% 0.67% -
XYZ 17.83 30.94 11.69 -
YUV 127.16 98.56 79.39 -
System Red Green Blue C M Y K H S L
Decimal 59 172 75 0.66 0 0.56 0.33 128.5 0.49 0.45
Hex 3B AC 4B 42 0 38 21 80 31 2D
Octal 73 254 113 102 0 70 41 200 61 55
Binary 111011 10101100 1001011 1000010 0 111000 100001 10000000 110001 101101

Color Harmonies of #3BAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC4B

Black with #3BAC4B

Text Example


Text Example

White with #3BAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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