Html Css Color HEX #319E3C Fruit Salad

📋 copy color: '#319E3C'

red 49 ◦ green 158 ◦ blue 60

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

Shades of Fruit Salad #319E3C

Tints of Fruit Salad #319E3C

RGB

 RED value IS 49 (19.53% from 255) = 18.35%

 GREEN value IS 158 (62.11% from 255) = 59.18%

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 18.35%
G = 59.18%
B = 22.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#319E3C (or 0x319E3C) is known color: Fruit Salad. HEX triplet: 31, 9E and 3C. RGB value is (49,158,60). Sum of RGB (Red+Green+Blue) = 49+158+60=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 158 (62.11% from 255 or 59.18% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 158 - color contains mainly: green. Hex color #319E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E3C is #CE61C3. Grayscale: #727272. Windows color (decimal): -13525444 or 3972657. OLE color: 3972657.

HSL color Cylindrical-coordinate representation of color #319E3C: hue angle of 126.06º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E3C is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 60 -
CMYK 0.69 0 0.62 0.38
HSL 126.06º 0.53% 0.41% -
HSV(B) 126.06º 0.69% 0.62% -
XYZ 14.31 25.43 8.43 -
YUV 114.24 97.39 81.47 -
System Red Green Blue C M Y K H S L
Decimal 49 158 60 0.69 0 0.62 0.38 126.06 0.53 0.41
Hex 31 9E 3C 45 0 3E 26 7E 35 29
Octal 61 236 74 105 0 76 46 176 65 51
Binary 110001 10011110 111100 1000101 0 111110 100110 1111110 110101 101001

Color Harmonies of #319E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E3C

Black with #319E3C

Text Example


Text Example

White with #319E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319E3C; }

 p { color: rgb(49,158,60); }

 H1.HeaderClassName
 {
   color: #319E3C;
 }
 .AnyTagClassName
 {
   color: #319E3C;
 }
</style>

background-color css

<style>
 a { background-color: #319E3C; }

 a { background-color: rgb(49,158,60); }

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

border-color css

<style>
 span { border-color: #319E3C; }

 span { border-color: rgb(49,158,60); }

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