Html Css Color HEX #319262 Eucalyptus

📋 copy color: '#319262'

red 49 ◦ green 146 ◦ blue 98

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

Shades of Eucalyptus #319262

Tints of Eucalyptus #319262

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.83%

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 16.72%
G = 49.83%
B = 33.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#319262 (or 0x319262) is known color: Eucalyptus. HEX triplet: 31, 92 and 62. RGB value is (49,146,98). Sum of RGB (Red+Green+Blue) = 49+146+98=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #319262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319262 is #CE6D9D. Grayscale: #6F6F6F. Windows color (decimal): -13528478 or 6459953. OLE color: 6459953.

HSL color Cylindrical-coordinate representation of color #319262: hue angle of 150.31º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319262 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 98 -
CMYK 0.66 0 0.33 0.43
HSL 150.31º 0.5% 0.38% -
HSV(B) 150.31º 0.66% 0.57% -
XYZ 13.75 22.09 15.09 -
YUV 111.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 49 146 98 0.66 0 0.33 0.43 150.31 0.5 0.38
Hex 31 92 62 42 0 21 2B 96 32 26
Octal 61 222 142 102 0 41 53 226 62 46
Binary 110001 10010010 1100010 1000010 0 100001 101011 10010110 110010 100110

Color Harmonies of #319262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319262

Black with #319262

Text Example


Text Example

White with #319262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319262; }

 p { color: rgb(49,146,98); }

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

background-color css

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

 a { background-color: rgb(49,146,98); }

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

border-color css

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

 span { border-color: rgb(49,146,98); }

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