Html Css Color HEX #319267 Eucalyptus

📋 copy color: '#319267'

red 49 ◦ green 146 ◦ blue 103

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

Shades of Eucalyptus #319267

Tints of Eucalyptus #319267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 16.44%
G = 48.99%
B = 34.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#319267 (or 0x319267) is known color: Eucalyptus. HEX triplet: 31, 92 and 67. RGB value is (49,146,103). Sum of RGB (Red+Green+Blue) = 49+146+103=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #319267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319267 is #CE6D98. Grayscale: #707070. Windows color (decimal): -13528473 or 6787633. OLE color: 6787633.

HSL color Cylindrical-coordinate representation of color #319267: hue angle of 153.4º 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 #319267 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 103 -
CMYK 0.66 0 0.29 0.43
HSL 153.4º 0.5% 0.38% -
HSV(B) 153.4º 0.66% 0.57% -
XYZ 13.99 22.19 16.38 -
YUV 112.1 122.86 83 -
System Red Green Blue C M Y K H S L
Decimal 49 146 103 0.66 0 0.29 0.43 153.4 0.5 0.38
Hex 31 92 67 42 0 1D 2B 99 32 26
Octal 61 222 147 102 0 35 53 231 62 46
Binary 110001 10010010 1100111 1000010 0 11101 101011 10011001 110010 100110

Color Harmonies of #319267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319267

Black with #319267

Text Example


Text Example

White with #319267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319267; }

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

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

background-color css

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

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

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

border-color css

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

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

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