Html Css Color HEX #319872 Eucalyptus

📋 copy color: '#319872'

red 49 ◦ green 152 ◦ blue 114

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

Shades of Eucalyptus #319872

Tints of Eucalyptus #319872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 15.56%
G = 48.25%
B = 36.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#319872 (or 0x319872) is known color: Eucalyptus. HEX triplet: 31, 98 and 72. RGB value is (49,152,114). Sum of RGB (Red+Green+Blue) = 49+152+114=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #319872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319872 is #CE678D. Grayscale: #747474. Windows color (decimal): -13526926 or 7510065. OLE color: 7510065.

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

Color convert

RGB 49 152 114 -
CMYK 0.68 0 0.25 0.40
HSL 157.86º 0.51% 0.39% -
HSV(B) 157.86º 0.68% 0.6% -
XYZ 15.53 24.32 19.8 -
YUV 116.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 49 152 114 0.68 0 0.25 0.40 157.86 0.51 0.39
Hex 31 98 72 44 0 19 28 9E 33 27
Octal 61 230 162 104 0 31 50 236 63 47
Binary 110001 10011000 1110010 1000100 0 11001 101000 10011110 110011 100111

Color Harmonies of #319872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319872

Black with #319872

Text Example


Text Example

White with #319872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319872; }

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

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

background-color css

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

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

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

border-color css

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

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

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