Html Css Color HEX #31983D Fruit Salad

📋 copy color: '#31983D'

red 49 ◦ green 152 ◦ blue 61

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

Shades of Fruit Salad #31983D

Tints of Fruit Salad #31983D

RGB

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

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

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

R = 18.7%
G = 58.02%
B = 23.28%

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

#31983D (or 0x31983D) is known color: Fruit Salad. HEX triplet: 31, 98 and 3D. RGB value is (49,152,61). Sum of RGB (Red+Green+Blue) = 49+152+61=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #31983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31983D is #CE67C2. Grayscale: #6F6F6F. Windows color (decimal): -13526979 or 4036657. OLE color: 4036657.

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

Color convert

RGB 49 152 61 -
CMYK 0.68 0 0.60 0.40
HSL 126.99º 0.51% 0.39% -
HSV(B) 126.99º 0.68% 0.6% -
XYZ 13.34 23.45 8.24 -
YUV 110.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 49 152 61 0.68 0 0.60 0.40 126.99 0.51 0.39
Hex 31 98 3D 44 0 3C 28 7F 33 27
Octal 61 230 75 104 0 74 50 177 63 47
Binary 110001 10011000 111101 1000100 0 111100 101000 1111111 110011 100111

Color Harmonies of #31983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31983D

Black with #31983D

Text Example


Text Example

White with #31983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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