Html Css Color HEX #319A5B Eucalyptus

📋 copy color: '#319A5B'

red 49 ◦ green 154 ◦ blue 91

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

Shades of Eucalyptus #319A5B

Tints of Eucalyptus #319A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 16.67%
G = 52.38%
B = 30.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#319A5B (or 0x319A5B) is known color: Eucalyptus. HEX triplet: 31, 9A and 5B. RGB value is (49,154,91). Sum of RGB (Red+Green+Blue) = 49+154+91=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #319A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A5B is #CE65A4. Grayscale: #737373. Windows color (decimal): -13526437 or 6003249. OLE color: 6003249.

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

Color convert

RGB 49 154 91 -
CMYK 0.68 0 0.41 0.40
HSL 144º 0.52% 0.4% -
HSV(B) 144º 0.68% 0.6% -
XYZ 14.71 24.52 13.85 -
YUV 115.42 114.21 80.62 -
System Red Green Blue C M Y K H S L
Decimal 49 154 91 0.68 0 0.41 0.40 144 0.52 0.4
Hex 31 9A 5B 44 0 29 28 90 34 28
Octal 61 232 133 104 0 51 50 220 64 50
Binary 110001 10011010 1011011 1000100 0 101001 101000 10010000 110100 101000

Color Harmonies of #319A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319A5B

Black with #319A5B

Text Example


Text Example

White with #319A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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