Html Css Color HEX #319869 Eucalyptus

📋 copy color: '#319869'

red 49 ◦ green 152 ◦ blue 105

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

Shades of Eucalyptus #319869

Tints of Eucalyptus #319869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

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

R = 16.01%
G = 49.67%
B = 34.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#319869 (or 0x319869) is known color: Eucalyptus. HEX triplet: 31, 98 and 69. RGB value is (49,152,105). Sum of RGB (Red+Green+Blue) = 49+152+105=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #319869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319869 is #CE6796. Grayscale: #737373. Windows color (decimal): -13526935 or 6920241. OLE color: 6920241.

HSL color Cylindrical-coordinate representation of color #319869: hue angle of 152.62º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319869 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 105 -
CMYK 0.68 0 0.31 0.40
HSL 152.62º 0.51% 0.39% -
HSV(B) 152.62º 0.68% 0.6% -
XYZ 15.04 24.13 17.23 -
YUV 115.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 49 152 105 0.68 0 0.31 0.40 152.62 0.51 0.39
Hex 31 98 69 44 0 1F 28 99 33 27
Octal 61 230 151 104 0 37 50 231 63 47
Binary 110001 10011000 1101001 1000100 0 11111 101000 10011001 110011 100111

Color Harmonies of #319869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319869

Black with #319869

Text Example


Text Example

White with #319869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319869; }

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

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

background-color css

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

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

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

border-color css

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

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

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