Html Css Color HEX #3CB344 Fruit Salad

📋 copy color: '#3CB344'

red 60 ◦ green 179 ◦ blue 68

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

Shades of Fruit Salad #3CB344

Tints of Fruit Salad #3CB344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 19.54%
G = 58.31%
B = 22.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#3CB344 (or 0x3CB344) is known color: Fruit Salad. HEX triplet: 3C, B3 and 44. RGB value is (60,179,68). Sum of RGB (Red+Green+Blue) = 60+179+68=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB344 is #C34CBB. Grayscale: #838383. Windows color (decimal): -12799164 or 4502332. OLE color: 4502332.

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

Color convert

RGB 60 179 68 -
CMYK 0.66 0 0.62 0.30
HSL 124.03º 0.5% 0.47% -
HSV(B) 124.03º 0.66% 0.7% -
XYZ 19.03 33.62 10.95 -
YUV 130.77 92.58 77.53 -
System Red Green Blue C M Y K H S L
Decimal 60 179 68 0.66 0 0.62 0.30 124.03 0.5 0.47
Hex 3C B3 44 42 0 3E 1E 7C 32 2F
Octal 74 263 104 102 0 76 36 174 62 57
Binary 111100 10110011 1000100 1000010 0 111110 11110 1111100 110010 101111

Color Harmonies of #3CB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB344

Black with #3CB344

Text Example


Text Example

White with #3CB344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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