Html Css Color HEX #3CBA4B Fruit Salad

📋 copy color: '#3CBA4B'

red 60 ◦ green 186 ◦ blue 75

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

Shades of Fruit Salad #3CBA4B

Tints of Fruit Salad #3CBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.94%

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

R = 18.69%
G = 57.94%
B = 23.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#3CBA4B (or 0x3CBA4B) is known color: Fruit Salad. HEX triplet: 3C, BA and 4B. RGB value is (60,186,75). Sum of RGB (Red+Green+Blue) = 60+186+75=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA4B is #C345B4. Grayscale: #878787. Windows color (decimal): -12797365 or 4962876. OLE color: 4962876.

HSL color Cylindrical-coordinate representation of color #3CBA4B: hue angle of 127.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBA4B is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 186 75 -
CMYK 0.68 0 0.60 0.27
HSL 127.14º 0.51% 0.48% -
HSV(B) 127.14º 0.68% 0.73% -
XYZ 20.69 36.59 12.63 -
YUV 135.67 93.76 74.03 -
System Red Green Blue C M Y K H S L
Decimal 60 186 75 0.68 0 0.60 0.27 127.14 0.51 0.48
Hex 3C BA 4B 44 0 3C 1B 7F 33 30
Octal 74 272 113 104 0 74 33 177 63 60
Binary 111100 10111010 1001011 1000100 0 111100 11011 1111111 110011 110000

Color Harmonies of #3CBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA4B

Black with #3CBA4B

Text Example


Text Example

White with #3CBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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