Html Css Color HEX #319B70 Eucalyptus

📋 copy color: '#319B70'

red 49 ◦ green 155 ◦ blue 112

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

Shades of Eucalyptus #319B70

Tints of Eucalyptus #319B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

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

R = 15.51%
G = 49.05%
B = 35.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#319B70 (or 0x319B70) is known color: Eucalyptus. HEX triplet: 31, 9B and 70. RGB value is (49,155,112). Sum of RGB (Red+Green+Blue) = 49+155+112=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #319B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B70 is #CE648F. Grayscale: #767676. Windows color (decimal): -13526160 or 7379761. OLE color: 7379761.

HSL color Cylindrical-coordinate representation of color #319B70: hue angle of 155.66º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B70 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 112 -
CMYK 0.68 0 0.28 0.39
HSL 155.66º 0.52% 0.4% -
HSV(B) 155.66º 0.68% 0.61% -
XYZ 15.91 25.27 19.37 -
YUV 118.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 49 155 112 0.68 0 0.28 0.39 155.66 0.52 0.4
Hex 31 9B 70 44 0 1C 27 9C 34 28
Octal 61 233 160 104 0 34 47 234 64 50
Binary 110001 10011011 1110000 1000100 0 11100 100111 10011100 110100 101000

Color Harmonies of #319B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B70

Black with #319B70

Text Example


Text Example

White with #319B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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