Html Css Color HEX #318965 Eucalyptus

📋 copy color: '#318965'

red 49 ◦ green 137 ◦ blue 101

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

Shades of Eucalyptus #318965

Tints of Eucalyptus #318965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

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

R = 17.07%
G = 47.74%
B = 35.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#318965 (or 0x318965) is known color: Eucalyptus. HEX triplet: 31, 89 and 65. RGB value is (49,137,101). Sum of RGB (Red+Green+Blue) = 49+137+101=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #318965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318965 is #CE769A. Grayscale: #6A6A6A. Windows color (decimal): -13530779 or 6654257. OLE color: 6654257.

HSL color Cylindrical-coordinate representation of color #318965: hue angle of 155.45º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318965 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 101 -
CMYK 0.64 0 0.26 0.46
HSL 155.45º 0.47% 0.36% -
HSV(B) 155.45º 0.64% 0.54% -
XYZ 12.56 19.48 15.41 -
YUV 106.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 49 137 101 0.64 0 0.26 0.46 155.45 0.47 0.36
Hex 31 89 65 40 0 1A 2E 9B 2F 24
Octal 61 211 145 100 0 32 56 233 57 44
Binary 110001 10001001 1100101 1000000 0 11010 101110 10011011 101111 100100

Color Harmonies of #318965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318965

Black with #318965

Text Example


Text Example

White with #318965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318965; }

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

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

background-color css

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

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

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

border-color css

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

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

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