Html Css Color HEX #318F64 Eucalyptus

📋 copy color: '#318F64'

red 49 ◦ green 143 ◦ blue 100

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

Shades of Eucalyptus #318F64

Tints of Eucalyptus #318F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.97%

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 16.78%
G = 48.97%
B = 34.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#318F64 (or 0x318F64) is known color: Eucalyptus. HEX triplet: 31, 8F and 64. RGB value is (49,143,100). Sum of RGB (Red+Green+Blue) = 49+143+100=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #318F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F64 is #CE709B. Grayscale: #6E6E6E. Windows color (decimal): -13529244 or 6590257. OLE color: 6590257.

HSL color Cylindrical-coordinate representation of color #318F64: hue angle of 152.55º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F64 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 143 100 -
CMYK 0.66 0 0.30 0.44
HSL 152.55º 0.49% 0.38% -
HSV(B) 152.55º 0.66% 0.56% -
XYZ 13.39 21.22 15.45 -
YUV 109.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 49 143 100 0.66 0 0.30 0.44 152.55 0.49 0.38
Hex 31 8F 64 42 0 1E 2C 99 31 26
Octal 61 217 144 102 0 36 54 231 61 46
Binary 110001 10001111 1100100 1000010 0 11110 101100 10011001 110001 100110

Color Harmonies of #318F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318F64

Black with #318F64

Text Example


Text Example

White with #318F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318F64; }

 p { color: rgb(49,143,100); }

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

background-color css

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

 a { background-color: rgb(49,143,100); }

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

border-color css

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

 span { border-color: rgb(49,143,100); }

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