Html Css Color HEX #319B3C Fruit Salad

📋 copy color: '#319B3C'

red 49 ◦ green 155 ◦ blue 60

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

Shades of Fruit Salad #319B3C

Tints of Fruit Salad #319B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 58.71%

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

R = 18.56%
G = 58.71%
B = 22.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#319B3C (or 0x319B3C) is known color: Fruit Salad. HEX triplet: 31, 9B and 3C. RGB value is (49,155,60). Sum of RGB (Red+Green+Blue) = 49+155+60=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #319B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B3C is #CE64C3. Grayscale: #707070. Windows color (decimal): -13526212 or 3971889. OLE color: 3971889.

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

Color convert

RGB 49 155 60 -
CMYK 0.68 0 0.61 0.39
HSL 126.23º 0.52% 0.4% -
HSV(B) 126.23º 0.68% 0.61% -
XYZ 13.8 24.42 8.26 -
YUV 112.48 98.38 82.72 -
System Red Green Blue C M Y K H S L
Decimal 49 155 60 0.68 0 0.61 0.39 126.23 0.52 0.4
Hex 31 9B 3C 44 0 3D 27 7E 34 28
Octal 61 233 74 104 0 75 47 176 64 50
Binary 110001 10011011 111100 1000100 0 111101 100111 1111110 110100 101000

Color Harmonies of #319B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B3C

Black with #319B3C

Text Example


Text Example

White with #319B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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