Html Css Color HEX #319467 Eucalyptus

📋 copy color: '#319467'

red 49 ◦ green 148 ◦ blue 103

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

Shades of Eucalyptus #319467

Tints of Eucalyptus #319467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 16.33%
G = 49.33%
B = 34.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#319467 (or 0x319467) is known color: Eucalyptus. HEX triplet: 31, 94 and 67. RGB value is (49,148,103). Sum of RGB (Red+Green+Blue) = 49+148+103=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #319467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319467 is #CE6B98. Grayscale: #717171. Windows color (decimal): -13527961 or 6788145. OLE color: 6788145.

HSL color Cylindrical-coordinate representation of color #319467: hue angle of 152.73º 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 #319467 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 103 -
CMYK 0.67 0 0.30 0.42
HSL 152.73º 0.5% 0.39% -
HSV(B) 152.73º 0.67% 0.58% -
XYZ 14.3 22.81 16.48 -
YUV 113.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 49 148 103 0.67 0 0.30 0.42 152.73 0.5 0.39
Hex 31 94 67 43 0 1E 2A 99 32 27
Octal 61 224 147 103 0 36 52 231 62 47
Binary 110001 10010100 1100111 1000011 0 11110 101010 10011001 110010 100111

Color Harmonies of #319467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319467

Black with #319467

Text Example


Text Example

White with #319467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319467; }

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

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

background-color css

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

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

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

border-color css

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

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

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