Html Css Color HEX #319864 Eucalyptus

📋 copy color: '#319864'

red 49 ◦ green 152 ◦ blue 100

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

Shades of Eucalyptus #319864

Tints of Eucalyptus #319864

RGB

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

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

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

R = 16.28%
G = 50.5%
B = 33.22%

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

#319864 (or 0x319864) is known color: Eucalyptus. HEX triplet: 31, 98 and 64. RGB value is (49,152,100). Sum of RGB (Red+Green+Blue) = 49+152+100=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #319864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319864 is #CE679B. Grayscale: #737373. Windows color (decimal): -13526940 or 6592561. OLE color: 6592561.

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

Color convert

RGB 49 152 100 -
CMYK 0.68 0 0.34 0.40
HSL 149.71º 0.51% 0.39% -
HSV(B) 149.71º 0.68% 0.6% -
XYZ 14.8 24.03 15.91 -
YUV 115.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 49 152 100 0.68 0 0.34 0.40 149.71 0.51 0.39
Hex 31 98 64 44 0 22 28 96 33 27
Octal 61 230 144 104 0 42 50 226 63 47
Binary 110001 10011000 1100100 1000100 0 100010 101000 10010110 110011 100111

Color Harmonies of #319864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319864

Black with #319864

Text Example


Text Example

White with #319864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319864; }

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

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

background-color css

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

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

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

border-color css

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

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

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