Html Css Color HEX #3ABA4A Fruit Salad

📋 copy color: '#3ABA4A'

red 58 ◦ green 186 ◦ blue 74

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

Shades of Fruit Salad #3ABA4A

Tints of Fruit Salad #3ABA4A

RGB

 RED value IS 58 (23.05% from 255) = 18.24%

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

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

R = 18.24%
G = 58.49%
B = 23.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#3ABA4A (or 0x3ABA4A) is known color: Fruit Salad. HEX triplet: 3A, BA and 4A. RGB value is (58,186,74). Sum of RGB (Red+Green+Blue) = 58+186+74=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA4A is #C545B5. Grayscale: #878787. Windows color (decimal): -12928438 or 4897338. OLE color: 4897338.

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

Color convert

RGB 58 186 74 -
CMYK 0.69 0 0.60 0.27
HSL 127.5º 0.52% 0.48% -
HSV(B) 127.5º 0.69% 0.73% -
XYZ 20.54 36.51 12.44 -
YUV 134.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 58 186 74 0.69 0 0.60 0.27 127.5 0.52 0.48
Hex 3A BA 4A 45 0 3C 1B 80 34 30
Octal 72 272 112 105 0 74 33 200 64 60
Binary 111010 10111010 1001010 1000101 0 111100 11011 10000000 110100 110000

Color Harmonies of #3ABA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABA4A

Black with #3ABA4A

Text Example


Text Example

White with #3ABA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,186,74); }

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

background-color css

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

 a { background-color: rgb(58,186,74); }

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

border-color css

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

 span { border-color: rgb(58,186,74); }

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