Html Css Color HEX #3CB447 Fruit Salad

📋 copy color: '#3CB447'

red 60 ◦ green 180 ◦ blue 71

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

Shades of Fruit Salad #3CB447

Tints of Fruit Salad #3CB447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.88%

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 19.29%
G = 57.88%
B = 22.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#3CB447 (or 0x3CB447) is known color: Fruit Salad. HEX triplet: 3C, B4 and 47. RGB value is (60,180,71). Sum of RGB (Red+Green+Blue) = 60+180+71=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB447 is #C34BB8. Grayscale: #848484. Windows color (decimal): -12798905 or 4699196. OLE color: 4699196.

HSL color Cylindrical-coordinate representation of color #3CB447: hue angle of 125.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB447 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 180 71 -
CMYK 0.67 0 0.61 0.29
HSL 125.5º 0.5% 0.47% -
HSV(B) 125.5º 0.67% 0.71% -
XYZ 19.32 34.06 11.52 -
YUV 131.69 93.74 76.86 -
System Red Green Blue C M Y K H S L
Decimal 60 180 71 0.67 0 0.61 0.29 125.5 0.5 0.47
Hex 3C B4 47 43 0 3D 1D 7E 32 2F
Octal 74 264 107 103 0 75 35 176 62 57
Binary 111100 10110100 1000111 1000011 0 111101 11101 1111110 110010 101111

Color Harmonies of #3CB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB447

Black with #3CB447

Text Example


Text Example

White with #3CB447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,71); }

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

background-color css

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

 a { background-color: rgb(60,180,71); }

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

border-color css

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

 span { border-color: rgb(60,180,71); }

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