Html Css Color HEX #319C62 Eucalyptus

📋 copy color: '#319C62'

red 49 ◦ green 156 ◦ blue 98

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

Shades of Eucalyptus #319C62

Tints of Eucalyptus #319C62

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.49%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 16.17%
G = 51.49%
B = 32.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#319C62 (or 0x319C62) is known color: Eucalyptus. HEX triplet: 31, 9C and 62. RGB value is (49,156,98). Sum of RGB (Red+Green+Blue) = 49+156+98=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #319C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C62 is #CE639D. Grayscale: #757575. Windows color (decimal): -13525918 or 6462513. OLE color: 6462513.

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

Color convert

RGB 49 156 98 -
CMYK 0.69 0 0.37 0.39
HSL 147.48º 0.52% 0.4% -
HSV(B) 147.48º 0.69% 0.61% -
XYZ 15.36 25.31 15.63 -
YUV 117.4 117.05 79.22 -
System Red Green Blue C M Y K H S L
Decimal 49 156 98 0.69 0 0.37 0.39 147.48 0.52 0.4
Hex 31 9C 62 45 0 25 27 93 34 28
Octal 61 234 142 105 0 45 47 223 64 50
Binary 110001 10011100 1100010 1000101 0 100101 100111 10010011 110100 101000

Color Harmonies of #319C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C62

Black with #319C62

Text Example


Text Example

White with #319C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,98); }

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

background-color css

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

 a { background-color: rgb(49,156,98); }

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

border-color css

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

 span { border-color: rgb(49,156,98); }

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