Html Css Color HEX #3CA64B Fruit Salad

📋 copy color: '#3CA64B'

red 60 ◦ green 166 ◦ blue 75

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

Shades of Fruit Salad #3CA64B

Tints of Fruit Salad #3CA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.15%

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 19.93%
G = 55.15%
B = 24.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#3CA64B (or 0x3CA64B) is known color: Fruit Salad. HEX triplet: 3C, A6 and 4B. RGB value is (60,166,75). Sum of RGB (Red+Green+Blue) = 60+166+75=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA64B is #C359B4. Grayscale: #7C7C7C. Windows color (decimal): -12802485 or 4957756. OLE color: 4957756.

HSL color Cylindrical-coordinate representation of color #3CA64B: hue angle of 128.49º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA64B is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 75 -
CMYK 0.64 0 0.55 0.35
HSL 128.49º 0.47% 0.44% -
HSV(B) 128.49º 0.64% 0.65% -
XYZ 16.77 28.74 11.32 -
YUV 123.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 60 166 75 0.64 0 0.55 0.35 128.49 0.47 0.44
Hex 3C A6 4B 40 0 37 23 80 2F 2C
Octal 74 246 113 100 0 67 43 200 57 54
Binary 111100 10100110 1001011 1000000 0 110111 100011 10000000 101111 101100

Color Harmonies of #3CA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA64B

Black with #3CA64B

Text Example


Text Example

White with #3CA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,166,75); }

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

background-color css

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

 a { background-color: rgb(60,166,75); }

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

border-color css

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

 span { border-color: rgb(60,166,75); }

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