Html Css Color HEX #319C69 Eucalyptus

📋 copy color: '#319C69'

red 49 ◦ green 156 ◦ blue 105

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

Shades of Eucalyptus #319C69

Tints of Eucalyptus #319C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 15.81%
G = 50.32%
B = 33.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#319C69 (or 0x319C69) is known color: Eucalyptus. HEX triplet: 31, 9C and 69. RGB value is (49,156,105). Sum of RGB (Red+Green+Blue) = 49+156+105=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #319C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C69 is #CE6396. Grayscale: #767676. Windows color (decimal): -13525911 or 6921265. OLE color: 6921265.

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

Color convert

RGB 49 156 105 -
CMYK 0.69 0 0.33 0.39
HSL 151.4º 0.52% 0.4% -
HSV(B) 151.4º 0.69% 0.61% -
XYZ 15.7 25.45 17.45 -
YUV 118.19 120.55 78.65 -
System Red Green Blue C M Y K H S L
Decimal 49 156 105 0.69 0 0.33 0.39 151.4 0.52 0.4
Hex 31 9C 69 45 0 21 27 97 34 28
Octal 61 234 151 105 0 41 47 227 64 50
Binary 110001 10011100 1101001 1000101 0 100001 100111 10010111 110100 101000

Color Harmonies of #319C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C69

Black with #319C69

Text Example


Text Example

White with #319C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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