Html Css Color HEX #319969 Eucalyptus

📋 copy color: '#319969'

red 49 ◦ green 153 ◦ blue 105

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

Shades of Eucalyptus #319969

Tints of Eucalyptus #319969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

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

R = 15.96%
G = 49.84%
B = 34.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#319969 (or 0x319969) is known color: Eucalyptus. HEX triplet: 31, 99 and 69. RGB value is (49,153,105). Sum of RGB (Red+Green+Blue) = 49+153+105=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #319969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319969 is #CE6696. Grayscale: #747474. Windows color (decimal): -13526679 or 6920497. OLE color: 6920497.

HSL color Cylindrical-coordinate representation of color #319969: hue angle of 152.31º degrees, saturation: 0.51, 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 #319969 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 105 -
CMYK 0.68 0 0.31 0.4
HSL 152.31º 0.51% 0.4% -
HSV(B) 152.31º 0.68% 0.6% -
XYZ 15.21 24.46 17.28 -
YUV 116.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 49 153 105 0.68 0 0.31 0.4 152.31 0.51 0.4
Hex 31 99 69 44 0 1F 28 98 33 28
Octal 61 231 151 104 0 37 50 230 63 50
Binary 110001 10011001 1101001 1000100 0 11111 101000 10011000 110011 101000

Color Harmonies of #319969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319969

Black with #319969

Text Example


Text Example

White with #319969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319969; }

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

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

background-color css

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

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

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

border-color css

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

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

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