Html Css Color HEX #3CB540 Fruit Salad

📋 copy color: '#3CB540'

red 60 ◦ green 181 ◦ blue 64

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

Shades of Fruit Salad #3CB540

Tints of Fruit Salad #3CB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.34%

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 19.67%
G = 59.34%
B = 20.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#3CB540 (or 0x3CB540) is known color: Fruit Salad. HEX triplet: 3C, B5 and 40. RGB value is (60,181,64). Sum of RGB (Red+Green+Blue) = 60+181+64=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB540 is #C34ABF. Grayscale: #838383. Windows color (decimal): -12798656 or 4240700. OLE color: 4240700.

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

Color convert

RGB 60 181 64 -
CMYK 0.67 0 0.65 0.29
HSL 121.98º 0.5% 0.47% -
HSV(B) 121.98º 0.67% 0.71% -
XYZ 19.31 34.38 10.47 -
YUV 131.48 89.91 77.01 -
System Red Green Blue C M Y K H S L
Decimal 60 181 64 0.67 0 0.65 0.29 121.98 0.5 0.47
Hex 3C B5 40 43 0 41 1D 7A 32 2F
Octal 74 265 100 103 0 101 35 172 62 57
Binary 111100 10110101 1000000 1000011 0 1000001 11101 1111010 110010 101111

Color Harmonies of #3CB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB540

Black with #3CB540

Text Example


Text Example

White with #3CB540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,181,64); }

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

background-color css

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

 a { background-color: rgb(60,181,64); }

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

border-color css

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

 span { border-color: rgb(60,181,64); }

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