Html Css Color HEX #3A983F Fruit Salad

📋 copy color: '#3A983F'

red 58 ◦ green 152 ◦ blue 63

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

Shades of Fruit Salad #3A983F

Tints of Fruit Salad #3A983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

 BLUE value IS 63 (25% from 255) = 23.08%

R = 21.25%
G = 55.68%
B = 23.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#3A983F (or 0x3A983F) is known color: Fruit Salad. HEX triplet: 3A, 98 and 3F. RGB value is (58,152,63). Sum of RGB (Red+Green+Blue) = 58+152+63=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #3A983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A983F is #C567C0. Grayscale: #727272. Windows color (decimal): -12937153 or 4167738. OLE color: 4167738.

HSL color Cylindrical-coordinate representation of color #3A983F: hue angle of 123.19º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A983F is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 63 -
CMYK 0.62 0 0.59 0.40
HSL 123.19º 0.45% 0.41% -
HSV(B) 123.19º 0.62% 0.6% -
XYZ 13.87 23.71 8.55 -
YUV 113.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 58 152 63 0.62 0 0.59 0.40 123.19 0.45 0.41
Hex 3A 98 3F 3E 0 3B 28 7B 2D 29
Octal 72 230 77 76 0 73 50 173 55 51
Binary 111010 10011000 111111 111110 0 111011 101000 1111011 101101 101001

Color Harmonies of #3A983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A983F

Black with #3A983F

Text Example


Text Example

White with #3A983F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,152,63); }

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

background-color css

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

 a { background-color: rgb(58,152,63); }

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

border-color css

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

 span { border-color: rgb(58,152,63); }

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