Html Css Color HEX #3A983D Fruit Salad

📋 copy color: '#3A983D'

red 58 ◦ green 152 ◦ blue 61

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

Shades of Fruit Salad #3A983D

Tints of Fruit Salad #3A983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 21.4%
G = 56.09%
B = 22.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#3A983D (or 0x3A983D) is known color: Fruit Salad. HEX triplet: 3A, 98 and 3D. RGB value is (58,152,61). Sum of RGB (Red+Green+Blue) = 58+152+61=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #3A983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A983D is #C567C2. Grayscale: #717171. Windows color (decimal): -12937155 or 4036666. OLE color: 4036666.

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

Color convert

RGB 58 152 61 -
CMYK 0.62 0 0.60 0.40
HSL 121.91º 0.45% 0.41% -
HSV(B) 121.91º 0.62% 0.6% -
XYZ 13.82 23.69 8.26 -
YUV 113.52 98.36 88.4 -
System Red Green Blue C M Y K H S L
Decimal 58 152 61 0.62 0 0.60 0.40 121.91 0.45 0.41
Hex 3A 98 3D 3E 0 3C 28 7A 2D 29
Octal 72 230 75 76 0 74 50 172 55 51
Binary 111010 10011000 111101 111110 0 111100 101000 1111010 101101 101001

Color Harmonies of #3A983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A983D

Black with #3A983D

Text Example


Text Example

White with #3A983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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