Html Css Color HEX #31993D Fruit Salad

📋 copy color: '#31993D'

red 49 ◦ green 153 ◦ blue 61

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

Shades of Fruit Salad #31993D

Tints of Fruit Salad #31993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.17%

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

R = 18.63%
G = 58.17%
B = 23.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#31993D (or 0x31993D) is known color: Fruit Salad. HEX triplet: 31, 99 and 3D. RGB value is (49,153,61). Sum of RGB (Red+Green+Blue) = 49+153+61=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #31993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31993D is #CE66C2. Grayscale: #6F6F6F. Windows color (decimal): -13526723 or 4036913. OLE color: 4036913.

HSL color Cylindrical-coordinate representation of color #31993D: hue angle of 126.92º degrees, saturation: 0.51, 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 #31993D is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 61 -
CMYK 0.68 0 0.60 0.4
HSL 126.92º 0.51% 0.4% -
HSV(B) 126.92º 0.68% 0.6% -
XYZ 13.5 23.77 8.29 -
YUV 111.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 49 153 61 0.68 0 0.60 0.4 126.92 0.51 0.4
Hex 31 99 3D 44 0 3C 28 7F 33 28
Octal 61 231 75 104 0 74 50 177 63 50
Binary 110001 10011001 111101 1000100 0 111100 101000 1111111 110011 101000

Color Harmonies of #31993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31993D

Black with #31993D

Text Example


Text Example

White with #31993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31993D; }

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

 H1.HeaderClassName
 {
   color: #31993D;
 }
 .AnyTagClassName
 {
   color: #31993D;
 }
</style>

background-color css

<style>
 a { background-color: #31993D; }

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

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

border-color css

<style>
 span { border-color: #31993D; }

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

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