Html Css Color HEX #31A65C Eucalyptus

📋 copy color: '#31A65C'

red 49 ◦ green 166 ◦ blue 92

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

Shades of Eucalyptus #31A65C

Tints of Eucalyptus #31A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.07%

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 15.96%
G = 54.07%
B = 29.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#31A65C (or 0x31A65C) is known color: Eucalyptus. HEX triplet: 31, A6 and 5C. RGB value is (49,166,92). Sum of RGB (Red+Green+Blue) = 49+166+92=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #31A65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A65C is #CE59A3. Grayscale: #7A7A7A. Windows color (decimal): -13523364 or 6071857. OLE color: 6071857.

HSL color Cylindrical-coordinate representation of color #31A65C: hue angle of 142.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A65C is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 166 92 -
CMYK 0.70 0 0.45 0.35
HSL 142.05º 0.54% 0.42% -
HSV(B) 142.05º 0.7% 0.65% -
XYZ 16.83 28.7 14.78 -
YUV 122.58 110.74 75.52 -
System Red Green Blue C M Y K H S L
Decimal 49 166 92 0.70 0 0.45 0.35 142.05 0.54 0.42
Hex 31 A6 5C 46 0 2D 23 8E 36 2A
Octal 61 246 134 106 0 55 43 216 66 52
Binary 110001 10100110 1011100 1000110 0 101101 100011 10001110 110110 101010

Color Harmonies of #31A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A65C

Black with #31A65C

Text Example


Text Example

White with #31A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A65C; }

 p { color: rgb(49,166,92); }

 H1.HeaderClassName
 {
   color: #31A65C;
 }
 .AnyTagClassName
 {
   color: #31A65C;
 }
</style>

background-color css

<style>
 a { background-color: #31A65C; }

 a { background-color: rgb(49,166,92); }

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

border-color css

<style>
 span { border-color: #31A65C; }

 span { border-color: rgb(49,166,92); }

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