#318C62

Color #318C62 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #318C62

Tints of Eucalyptus #318C62

Color information

#318C62 (or 0x318C62) is unknown color: approx 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

RGB4914098-
CMYK0.6500.30.45
HSL152.31º48.15%37.06%-
HSV(B)152.31º65%54.9%-
XYZ12.8520.2914.79-
YUV108122.3585.92-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140980.6500.30.45152.3148.1537.06
Hex318C624101E2D983025
Octal61214142101036552306045
Binary110001100011001100010100000101111010110110011000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>