Html Css Color HEX #319870 Eucalyptus

📋 copy color: '#319870'

red 49 ◦ green 152 ◦ blue 112

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

Shades of Eucalyptus #319870

Tints of Eucalyptus #319870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 15.65%
G = 48.56%
B = 35.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#319870 (or 0x319870) is known color: Eucalyptus. HEX triplet: 31, 98 and 70. RGB value is (49,152,112). Sum of RGB (Red+Green+Blue) = 49+152+112=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #319870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319870 is #CE678F. Grayscale: #747474. Windows color (decimal): -13526928 or 7378993. OLE color: 7378993.

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

Color convert

RGB 49 152 112 -
CMYK 0.68 0 0.26 0.40
HSL 156.7º 0.51% 0.39% -
HSV(B) 156.7º 0.68% 0.6% -
XYZ 15.42 24.28 19.2 -
YUV 116.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 49 152 112 0.68 0 0.26 0.40 156.7 0.51 0.39
Hex 31 98 70 44 0 1A 28 9D 33 27
Octal 61 230 160 104 0 32 50 235 63 47
Binary 110001 10011000 1110000 1000100 0 11010 101000 10011101 110011 100111

Color Harmonies of #319870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319870

Black with #319870

Text Example


Text Example

White with #319870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319870; }

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

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

background-color css

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

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

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

border-color css

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

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

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