Html Css Color HEX #378D60 Eucalyptus

📋 copy color: '#378D60'

red 55 ◦ green 141 ◦ blue 96

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

Shades of Eucalyptus #378D60

Tints of Eucalyptus #378D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.29%

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

R = 18.84%
G = 48.29%
B = 32.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#378D60 (or 0x378D60) is known color: Eucalyptus. HEX triplet: 37, 8D and 60. RGB value is (55,141,96). Sum of RGB (Red+Green+Blue) = 55+141+96=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #378D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D60 is #C8729F. Grayscale: #6E6E6E. Windows color (decimal): -13136544 or 6327607. OLE color: 6327607.

HSL color Cylindrical-coordinate representation of color #378D60: hue angle of 148.6º 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 #378D60 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 96 -
CMYK 0.61 0 0.32 0.45
HSL 148.6º 0.44% 0.38% -
HSV(B) 148.6º 0.61% 0.55% -
XYZ 13.21 20.71 14.37 -
YUV 110.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 55 141 96 0.61 0 0.32 0.45 148.6 0.44 0.38
Hex 37 8D 60 3D 0 20 2D 95 2C 26
Octal 67 215 140 75 0 40 55 225 54 46
Binary 110111 10001101 1100000 111101 0 100000 101101 10010101 101100 100110

Color Harmonies of #378D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D60

Black with #378D60

Text Example


Text Example

White with #378D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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