Html Css Color HEX #378C60 Eucalyptus

📋 copy color: '#378C60'

red 55 ◦ green 140 ◦ blue 96

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

Shades of Eucalyptus #378C60

Tints of Eucalyptus #378C60

RGB

 RED value IS 55 (21.88% from 255) = 18.9%

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

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 18.9%
G = 48.11%
B = 32.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#378C60 (or 0x378C60) is known color: Eucalyptus. HEX triplet: 37, 8C and 60. RGB value is (55,140,96). Sum of RGB (Red+Green+Blue) = 55+140+96=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #378C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C60 is #C8739F. Grayscale: #6D6D6D. Windows color (decimal): -13136800 or 6327351. OLE color: 6327351.

HSL color Cylindrical-coordinate representation of color #378C60: hue angle of 148.94º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C60 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 140 96 -
CMYK 0.61 0 0.31 0.45
HSL 148.94º 0.44% 0.38% -
HSV(B) 148.94º 0.61% 0.55% -
XYZ 13.06 20.41 14.32 -
YUV 109.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 55 140 96 0.61 0 0.31 0.45 148.94 0.44 0.38
Hex 37 8C 60 3D 0 1F 2D 95 2C 26
Octal 67 214 140 75 0 37 55 225 54 46
Binary 110111 10001100 1100000 111101 0 11111 101101 10010101 101100 100110

Color Harmonies of #378C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C60

Black with #378C60

Text Example


Text Example

White with #378C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378C60; }

 p { color: rgb(55,140,96); }

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

background-color css

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

 a { background-color: rgb(55,140,96); }

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

border-color css

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

 span { border-color: rgb(55,140,96); }

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