Html Css Color HEX #319865 Eucalyptus

📋 copy color: '#319865'

red 49 ◦ green 152 ◦ blue 101

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

Shades of Eucalyptus #319865

Tints of Eucalyptus #319865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 16.23%
G = 50.33%
B = 33.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#319865 (or 0x319865) is known color: Eucalyptus. HEX triplet: 31, 98 and 65. RGB value is (49,152,101). Sum of RGB (Red+Green+Blue) = 49+152+101=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #319865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319865 is #CE679A. Grayscale: #737373. Windows color (decimal): -13526939 or 6658097. OLE color: 6658097.

HSL color Cylindrical-coordinate representation of color #319865: hue angle of 150.29º 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 #319865 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 101 -
CMYK 0.68 0 0.34 0.40
HSL 150.29º 0.51% 0.39% -
HSV(B) 150.29º 0.68% 0.6% -
XYZ 14.84 24.05 16.17 -
YUV 115.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 49 152 101 0.68 0 0.34 0.40 150.29 0.51 0.39
Hex 31 98 65 44 0 22 28 96 33 27
Octal 61 230 145 104 0 42 50 226 63 47
Binary 110001 10011000 1100101 1000100 0 100010 101000 10010110 110011 100111

Color Harmonies of #319865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319865

Black with #319865

Text Example


Text Example

White with #319865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319865; }

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

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

background-color css

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

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

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

border-color css

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

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

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