Html Css Color HEX #3CB444 Fruit Salad

📋 copy color: '#3CB444'

red 60 ◦ green 180 ◦ blue 68

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

Shades of Fruit Salad #3CB444

Tints of Fruit Salad #3CB444

RGB

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

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

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

R = 19.48%
G = 58.44%
B = 22.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#3CB444 (or 0x3CB444) is known color: Fruit Salad. HEX triplet: 3C, B4 and 44. RGB value is (60,180,68). Sum of RGB (Red+Green+Blue) = 60+180+68=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB444 is #C34BBB. Grayscale: #838383. Windows color (decimal): -12798908 or 4502588. OLE color: 4502588.

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

Color convert

RGB 60 180 68 -
CMYK 0.67 0 0.62 0.29
HSL 124º 0.5% 0.47% -
HSV(B) 124º 0.67% 0.71% -
XYZ 19.23 34.02 11.02 -
YUV 131.35 92.24 77.11 -
System Red Green Blue C M Y K H S L
Decimal 60 180 68 0.67 0 0.62 0.29 124 0.5 0.47
Hex 3C B4 44 43 0 3E 1D 7C 32 2F
Octal 74 264 104 103 0 76 35 174 62 57
Binary 111100 10110100 1000100 1000011 0 111110 11101 1111100 110010 101111

Color Harmonies of #3CB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB444

Black with #3CB444

Text Example


Text Example

White with #3CB444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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