Html Css Color HEX #319A3D Fruit Salad

📋 copy color: '#319A3D'

red 49 ◦ green 154 ◦ blue 61

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

Shades of Fruit Salad #319A3D

Tints of Fruit Salad #319A3D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 58.33%

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

R = 18.56%
G = 58.33%
B = 23.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#319A3D (or 0x319A3D) is known color: Fruit Salad. HEX triplet: 31, 9A and 3D. RGB value is (49,154,61). Sum of RGB (Red+Green+Blue) = 49+154+61=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #319A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A3D is #CE65C2. Grayscale: #707070. Windows color (decimal): -13526467 or 4037169. OLE color: 4037169.

HSL color Cylindrical-coordinate representation of color #319A3D: hue angle of 126.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A3D is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 154 61 -
CMYK 0.68 0 0.60 0.40
HSL 126.86º 0.52% 0.4% -
HSV(B) 126.86º 0.68% 0.6% -
XYZ 13.66 24.1 8.35 -
YUV 112 99.21 83.06 -
System Red Green Blue C M Y K H S L
Decimal 49 154 61 0.68 0 0.60 0.40 126.86 0.52 0.4
Hex 31 9A 3D 44 0 3C 28 7F 34 28
Octal 61 232 75 104 0 74 50 177 64 50
Binary 110001 10011010 111101 1000100 0 111100 101000 1111111 110100 101000

Color Harmonies of #319A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319A3D

Black with #319A3D

Text Example


Text Example

White with #319A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,154,61); }

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

background-color css

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

 a { background-color: rgb(49,154,61); }

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

border-color css

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

 span { border-color: rgb(49,154,61); }

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