Html Css Color HEX #3CBB4A Fruit Salad

📋 copy color: '#3CBB4A'

red 60 ◦ green 187 ◦ blue 74

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

Shades of Fruit Salad #3CBB4A

Tints of Fruit Salad #3CBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.26%

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 18.69%
G = 58.26%
B = 23.05%

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

#3CBB4A (or 0x3CBB4A) is known color: Fruit Salad. HEX triplet: 3C, BB and 4A. RGB value is (60,187,74). Sum of RGB (Red+Green+Blue) = 60+187+74=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB4A is #C344B5. Grayscale: #888888. Windows color (decimal): -12797110 or 4897596. OLE color: 4897596.

HSL color Cylindrical-coordinate representation of color #3CBB4A: hue angle of 126.61º 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 #3CBB4A is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 187 74 -
CMYK 0.68 0 0.60 0.27
HSL 126.61º 0.51% 0.48% -
HSV(B) 126.61º 0.68% 0.73% -
XYZ 20.87 37 12.52 -
YUV 136.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 60 187 74 0.68 0 0.60 0.27 126.61 0.51 0.48
Hex 3C BB 4A 44 0 3C 1B 7F 33 30
Octal 74 273 112 104 0 74 33 177 63 60
Binary 111100 10111011 1001010 1000100 0 111100 11011 1111111 110011 110000

Color Harmonies of #3CBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBB4A

Black with #3CBB4A

Text Example


Text Example

White with #3CBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,187,74); }

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

background-color css

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

 a { background-color: rgb(60,187,74); }

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

border-color css

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

 span { border-color: rgb(60,187,74); }

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