Html Css Color HEX #319572 Eucalyptus

📋 copy color: '#319572'

red 49 ◦ green 149 ◦ blue 114

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

Shades of Eucalyptus #319572

Tints of Eucalyptus #319572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

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

R = 15.71%
G = 47.76%
B = 36.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#319572 (or 0x319572) is known color: Eucalyptus. HEX triplet: 31, 95 and 72. RGB value is (49,149,114). Sum of RGB (Red+Green+Blue) = 49+149+114=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #319572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319572 is #CE6A8D. Grayscale: #737373. Windows color (decimal): -13527694 or 7509297. OLE color: 7509297.

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

Color convert

RGB 49 149 114 -
CMYK 0.67 0 0.23 0.42
HSL 159º 0.51% 0.39% -
HSV(B) 159º 0.67% 0.58% -
XYZ 15.05 23.36 19.64 -
YUV 115.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 49 149 114 0.67 0 0.23 0.42 159 0.51 0.39
Hex 31 95 72 43 0 17 2A 9F 33 27
Octal 61 225 162 103 0 27 52 237 63 47
Binary 110001 10010101 1110010 1000011 0 10111 101010 10011111 110011 100111

Color Harmonies of #319572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319572

Black with #319572

Text Example


Text Example

White with #319572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319572; }

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

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

background-color css

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

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

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

border-color css

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

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

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