Html Css Color HEX #318C62 Eucalyptus

📋 copy color: '#318C62'

red 49 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #318C62

Tints of Eucalyptus #318C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.78%

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 17.07%
G = 48.78%
B = 34.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#318C62 (or 0x318C62) is known color: Eucalyptus. HEX triplet: 31, 8C and 62. RGB value is (49,140,98). Sum of RGB (Red+Green+Blue) = 49+140+98=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #318C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C62 is #CE739D. Grayscale: #6C6C6C. Windows color (decimal): -13530014 or 6458417. OLE color: 6458417.

HSL color Cylindrical-coordinate representation of color #318C62: hue angle of 152.31º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C62 is Cyan = 0.65, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 140 98 -
CMYK 0.65 0 0.3 0.45
HSL 152.31º 0.48% 0.37% -
HSV(B) 152.31º 0.65% 0.55% -
XYZ 12.85 20.29 14.79 -
YUV 108 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 49 140 98 0.65 0 0.3 0.45 152.31 0.48 0.37
Hex 31 8C 62 41 0 1E 2D 98 30 25
Octal 61 214 142 101 0 36 55 230 60 45
Binary 110001 10001100 1100010 1000001 0 11110 101101 10011000 110000 100101

Color Harmonies of #318C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C62

Black with #318C62

Text Example


Text Example

White with #318C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,140,98); }

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

background-color css

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

 a { background-color: rgb(49,140,98); }

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

border-color css

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

 span { border-color: rgb(49,140,98); }

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