Html Css Color HEX #319665 Eucalyptus

📋 copy color: '#319665'

red 49 ◦ green 150 ◦ blue 101

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

Shades of Eucalyptus #319665

Tints of Eucalyptus #319665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50%

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

R = 16.33%
G = 50%
B = 33.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#319665 (or 0x319665) is known color: Eucalyptus. HEX triplet: 31, 96 and 65. RGB value is (49,150,101). Sum of RGB (Red+Green+Blue) = 49+150+101=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #319665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319665 is #CE699A. Grayscale: #727272. Windows color (decimal): -13527451 or 6657585. OLE color: 6657585.

HSL color Cylindrical-coordinate representation of color #319665: hue angle of 150.89º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319665 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 101 -
CMYK 0.67 0 0.33 0.41
HSL 150.89º 0.51% 0.39% -
HSV(B) 150.89º 0.67% 0.59% -
XYZ 14.52 23.41 16.06 -
YUV 114.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 49 150 101 0.67 0 0.33 0.41 150.89 0.51 0.39
Hex 31 96 65 43 0 21 29 97 33 27
Octal 61 226 145 103 0 41 51 227 63 47
Binary 110001 10010110 1100101 1000011 0 100001 101001 10010111 110011 100111

Color Harmonies of #319665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319665

Black with #319665

Text Example


Text Example

White with #319665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319665; }

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

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

background-color css

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

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

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

border-color css

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

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

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