Html Css Color HEX #319462 Eucalyptus

📋 copy color: '#319462'

red 49 ◦ green 148 ◦ blue 98

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

Shades of Eucalyptus #319462

Tints of Eucalyptus #319462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 16.61%
G = 50.17%
B = 33.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#319462 (or 0x319462) is known color: Eucalyptus. HEX triplet: 31, 94 and 62. RGB value is (49,148,98). Sum of RGB (Red+Green+Blue) = 49+148+98=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #319462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319462 is #CE6B9D. Grayscale: #707070. Windows color (decimal): -13527966 or 6460465. OLE color: 6460465.

HSL color Cylindrical-coordinate representation of color #319462: hue angle of 149.7º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319462 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 98 -
CMYK 0.67 0 0.34 0.42
HSL 149.7º 0.5% 0.39% -
HSV(B) 149.7º 0.67% 0.58% -
XYZ 14.06 22.71 15.2 -
YUV 112.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 49 148 98 0.67 0 0.34 0.42 149.7 0.5 0.39
Hex 31 94 62 43 0 22 2A 96 32 27
Octal 61 224 142 103 0 42 52 226 62 47
Binary 110001 10010100 1100010 1000011 0 100010 101010 10010110 110010 100111

Color Harmonies of #319462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319462

Black with #319462

Text Example


Text Example

White with #319462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319462; }

 p { color: rgb(49,148,98); }

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

background-color css

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

 a { background-color: rgb(49,148,98); }

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

border-color css

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

 span { border-color: rgb(49,148,98); }

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