Html Css Color HEX #319861 Eucalyptus

📋 copy color: '#319861'

red 49 ◦ green 152 ◦ blue 97

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

Shades of Eucalyptus #319861

Tints of Eucalyptus #319861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 16.44%
G = 51.01%
B = 32.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#319861 (or 0x319861) is known color: Eucalyptus. HEX triplet: 31, 98 and 61. RGB value is (49,152,97). Sum of RGB (Red+Green+Blue) = 49+152+97=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #319861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319861 is #CE679E. Grayscale: #737373. Windows color (decimal): -13526943 or 6395953. OLE color: 6395953.

HSL color Cylindrical-coordinate representation of color #319861: hue angle of 147.96º 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 #319861 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 97 -
CMYK 0.68 0 0.36 0.40
HSL 147.96º 0.51% 0.39% -
HSV(B) 147.96º 0.68% 0.6% -
XYZ 14.65 23.97 15.16 -
YUV 114.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 49 152 97 0.68 0 0.36 0.40 147.96 0.51 0.39
Hex 31 98 61 44 0 24 28 94 33 27
Octal 61 230 141 104 0 44 50 224 63 47
Binary 110001 10011000 1100001 1000100 0 100100 101000 10010100 110011 100111

Color Harmonies of #319861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319861

Black with #319861

Text Example


Text Example

White with #319861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319861; }

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

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

background-color css

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

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

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

border-color css

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

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

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