Html Css Color HEX #3CB34D Fruit Salad

📋 copy color: '#3CB34D'

red 60 ◦ green 179 ◦ blue 77

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

Shades of Fruit Salad #3CB34D

Tints of Fruit Salad #3CB34D

RGB

 RED value IS 60 (23.83% from 255) = 18.99%

 GREEN value IS 179 (70.31% from 255) = 56.65%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 18.99%
G = 56.65%
B = 24.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#3CB34D (or 0x3CB34D) is known color: Fruit Salad. HEX triplet: 3C, B3 and 4D. RGB value is (60,179,77). Sum of RGB (Red+Green+Blue) = 60+179+77=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB34D is #C34CB2. Grayscale: #848484. Windows color (decimal): -12799155 or 5092156. OLE color: 5092156.

HSL color Cylindrical-coordinate representation of color #3CB34D: hue angle of 128.57º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB34D is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 179 77 -
CMYK 0.66 0 0.57 0.30
HSL 128.57º 0.5% 0.47% -
HSV(B) 128.57º 0.66% 0.7% -
XYZ 19.32 33.74 12.51 -
YUV 131.79 97.08 76.79 -
System Red Green Blue C M Y K H S L
Decimal 60 179 77 0.66 0 0.57 0.30 128.57 0.5 0.47
Hex 3C B3 4D 42 0 39 1E 81 32 2F
Octal 74 263 115 102 0 71 36 201 62 57
Binary 111100 10110011 1001101 1000010 0 111001 11110 10000001 110010 101111

Color Harmonies of #3CB34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB34D

Black with #3CB34D

Text Example


Text Example

White with #3CB34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,179,77); }

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

background-color css

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

 a { background-color: rgb(60,179,77); }

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

border-color css

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

 span { border-color: rgb(60,179,77); }

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