Html Css Color HEX #319A5E Eucalyptus

📋 copy color: '#319A5E'

red 49 ◦ green 154 ◦ blue 94

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

Shades of Eucalyptus #319A5E

Tints of Eucalyptus #319A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.85%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 16.5%
G = 51.85%
B = 31.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#319A5E (or 0x319A5E) is known color: Eucalyptus. HEX triplet: 31, 9A and 5E. RGB value is (49,154,94). Sum of RGB (Red+Green+Blue) = 49+154+94=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #319A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A5E is #CE65A1. Grayscale: #737373. Windows color (decimal): -13526434 or 6199857. OLE color: 6199857.

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

Color convert

RGB 49 154 94 -
CMYK 0.68 0 0.39 0.40
HSL 145.71º 0.52% 0.4% -
HSV(B) 145.71º 0.68% 0.6% -
XYZ 14.84 24.57 14.55 -
YUV 115.77 115.71 80.38 -
System Red Green Blue C M Y K H S L
Decimal 49 154 94 0.68 0 0.39 0.40 145.71 0.52 0.4
Hex 31 9A 5E 44 0 27 28 92 34 28
Octal 61 232 136 104 0 47 50 222 64 50
Binary 110001 10011010 1011110 1000100 0 100111 101000 10010010 110100 101000

Color Harmonies of #319A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319A5E

Black with #319A5E

Text Example


Text Example

White with #319A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,154,94); }

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

background-color css

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

 a { background-color: rgb(49,154,94); }

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

border-color css

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

 span { border-color: rgb(49,154,94); }

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