Html Css Color HEX #3CAE3B Fruit Salad

📋 copy color: '#3CAE3B'

red 60 ◦ green 174 ◦ blue 59

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

Shades of Fruit Salad #3CAE3B

Tints of Fruit Salad #3CAE3B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 59.39%

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 20.48%
G = 59.39%
B = 20.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#3CAE3B (or 0x3CAE3B) is known color: Fruit Salad. HEX triplet: 3C, AE and 3B. RGB value is (60,174,59). Sum of RGB (Red+Green+Blue) = 60+174+59=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAE3B is #C351C4. Grayscale: #7F7F7F. Windows color (decimal): -12800453 or 3911228. OLE color: 3911228.

HSL color Cylindrical-coordinate representation of color #3CAE3B: hue angle of 119.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAE3B is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 174 59 -
CMYK 0.66 0 0.66 0.32
HSL 119.48º 0.49% 0.46% -
HSV(B) 119.48º 0.66% 0.68% -
XYZ 17.79 31.55 9.29 -
YUV 126.8 89.73 80.35 -
System Red Green Blue C M Y K H S L
Decimal 60 174 59 0.66 0 0.66 0.32 119.48 0.49 0.46
Hex 3C AE 3B 42 0 42 20 77 31 2E
Octal 74 256 73 102 0 102 40 167 61 56
Binary 111100 10101110 111011 1000010 0 1000010 100000 1110111 110001 101110

Color Harmonies of #3CAE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAE3B

Black with #3CAE3B

Text Example


Text Example

White with #3CAE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,174,59); }

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

background-color css

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

 a { background-color: rgb(60,174,59); }

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

border-color css

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

 span { border-color: rgb(60,174,59); }

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