Html Css Color HEX #378D68 Eucalyptus

📋 copy color: '#378D68'

red 55 ◦ green 141 ◦ blue 104

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

Shades of Eucalyptus #378D68

Tints of Eucalyptus #378D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 18.33%
G = 47%
B = 34.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#378D68 (or 0x378D68) is known color: Eucalyptus. HEX triplet: 37, 8D and 68. RGB value is (55,141,104). Sum of RGB (Red+Green+Blue) = 55+141+104=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #378D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D68 is #C87297. Grayscale: #6F6F6F. Windows color (decimal): -13136536 or 6851895. OLE color: 6851895.

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

Color convert

RGB 55 141 104 -
CMYK 0.61 0 0.26 0.45
HSL 154.19º 0.44% 0.38% -
HSV(B) 154.19º 0.61% 0.55% -
XYZ 13.6 20.86 16.41 -
YUV 111.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 55 141 104 0.61 0 0.26 0.45 154.19 0.44 0.38
Hex 37 8D 68 3D 0 1A 2D 9A 2C 26
Octal 67 215 150 75 0 32 55 232 54 46
Binary 110111 10001101 1101000 111101 0 11010 101101 10011010 101100 100110

Color Harmonies of #378D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D68

Black with #378D68

Text Example


Text Example

White with #378D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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