Html Css Color HEX #319672 Eucalyptus

📋 copy color: '#319672'

red 49 ◦ green 150 ◦ blue 114

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

Shades of Eucalyptus #319672

Tints of Eucalyptus #319672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 15.65%
G = 47.92%
B = 36.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#319672 (or 0x319672) is known color: Eucalyptus. HEX triplet: 31, 96 and 72. RGB value is (49,150,114). Sum of RGB (Red+Green+Blue) = 49+150+114=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #319672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319672 is #CE698D. Grayscale: #737373. Windows color (decimal): -13527438 or 7509553. OLE color: 7509553.

HSL color Cylindrical-coordinate representation of color #319672: hue angle of 158.61º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319672 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 114 -
CMYK 0.67 0 0.24 0.41
HSL 158.61º 0.51% 0.39% -
HSV(B) 158.61º 0.67% 0.59% -
XYZ 15.21 23.68 19.69 -
YUV 115.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 49 150 114 0.67 0 0.24 0.41 158.61 0.51 0.39
Hex 31 96 72 43 0 18 29 9F 33 27
Octal 61 226 162 103 0 30 51 237 63 47
Binary 110001 10010110 1110010 1000011 0 11000 101001 10011111 110011 100111

Color Harmonies of #319672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319672

Black with #319672

Text Example


Text Example

White with #319672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319672; }

 p { color: rgb(49,150,114); }

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

background-color css

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

 a { background-color: rgb(49,150,114); }

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

border-color css

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

 span { border-color: rgb(49,150,114); }

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