Html Css Color HEX #318C67 Eucalyptus

📋 copy color: '#318C67'

red 49 ◦ green 140 ◦ blue 103

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

Shades of Eucalyptus #318C67

Tints of Eucalyptus #318C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 16.78%
G = 47.95%
B = 35.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#318C67 (or 0x318C67) is known color: Eucalyptus. HEX triplet: 31, 8C and 67. RGB value is (49,140,103). Sum of RGB (Red+Green+Blue) = 49+140+103=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #318C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C67 is #CE7398. Grayscale: #6C6C6C. Windows color (decimal): -13530009 or 6786097. OLE color: 6786097.

HSL color Cylindrical-coordinate representation of color #318C67: hue angle of 155.6º 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 #318C67 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 140 103 -
CMYK 0.65 0 0.26 0.45
HSL 155.6º 0.48% 0.37% -
HSV(B) 155.6º 0.65% 0.55% -
XYZ 13.09 20.39 16.08 -
YUV 108.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 49 140 103 0.65 0 0.26 0.45 155.6 0.48 0.37
Hex 31 8C 67 41 0 1A 2D 9C 30 25
Octal 61 214 147 101 0 32 55 234 60 45
Binary 110001 10001100 1100111 1000001 0 11010 101101 10011100 110000 100101

Color Harmonies of #318C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C67

Black with #318C67

Text Example


Text Example

White with #318C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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