Html Css Color HEX #378A64 Eucalyptus

📋 copy color: '#378A64'

red 55 ◦ green 138 ◦ blue 100

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

Shades of Eucalyptus #378A64

Tints of Eucalyptus #378A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.1%

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 18.77%
G = 47.1%
B = 34.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#378A64 (or 0x378A64) is known color: Eucalyptus. HEX triplet: 37, 8A and 64. RGB value is (55,138,100). Sum of RGB (Red+Green+Blue) = 55+138+100=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #378A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A64 is #C8759B. Grayscale: #6C6C6C. Windows color (decimal): -13137308 or 6588983. OLE color: 6588983.

HSL color Cylindrical-coordinate representation of color #378A64: hue angle of 152.53º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A64 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 138 100 -
CMYK 0.60 0 0.28 0.46
HSL 152.53º 0.43% 0.38% -
HSV(B) 152.53º 0.6% 0.54% -
XYZ 12.96 19.91 15.22 -
YUV 108.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 55 138 100 0.60 0 0.28 0.46 152.53 0.43 0.38
Hex 37 8A 64 3C 0 1C 2E 99 2B 26
Octal 67 212 144 74 0 34 56 231 53 46
Binary 110111 10001010 1100100 111100 0 11100 101110 10011001 101011 100110

Color Harmonies of #378A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A64

Black with #378A64

Text Example


Text Example

White with #378A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,138,100); }

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

background-color css

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

 a { background-color: rgb(55,138,100); }

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

border-color css

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

 span { border-color: rgb(55,138,100); }

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