Html Css Color HEX #319C64 Eucalyptus

📋 copy color: '#319C64'

red 49 ◦ green 156 ◦ blue 100

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

Shades of Eucalyptus #319C64

Tints of Eucalyptus #319C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 16.07%
G = 51.15%
B = 32.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#319C64 (or 0x319C64) is known color: Eucalyptus. HEX triplet: 31, 9C and 64. RGB value is (49,156,100). Sum of RGB (Red+Green+Blue) = 49+156+100=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #319C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C64 is #CE639B. Grayscale: #757575. Windows color (decimal): -13525916 or 6593585. OLE color: 6593585.

HSL color Cylindrical-coordinate representation of color #319C64: hue angle of 148.6º 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 #319C64 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 156 100 -
CMYK 0.69 0 0.36 0.39
HSL 148.6º 0.52% 0.4% -
HSV(B) 148.6º 0.69% 0.61% -
XYZ 15.46 25.35 16.14 -
YUV 117.62 118.05 79.05 -
System Red Green Blue C M Y K H S L
Decimal 49 156 100 0.69 0 0.36 0.39 148.6 0.52 0.4
Hex 31 9C 64 45 0 24 27 95 34 28
Octal 61 234 144 105 0 44 47 225 64 50
Binary 110001 10011100 1100100 1000101 0 100100 100111 10010101 110100 101000

Color Harmonies of #319C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C64

Black with #319C64

Text Example


Text Example

White with #319C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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