Html Css Color HEX #378C67 Eucalyptus

📋 copy color: '#378C67'

red 55 ◦ green 140 ◦ blue 103

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

Shades of Eucalyptus #378C67

Tints of Eucalyptus #378C67

RGB

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

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

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

R = 18.46%
G = 46.98%
B = 34.56%

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

#378C67 (or 0x378C67) is known color: Eucalyptus. HEX triplet: 37, 8C and 67. RGB value is (55,140,103). Sum of RGB (Red+Green+Blue) = 55+140+103=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #378C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C67 is #C87398. Grayscale: #6E6E6E. Windows color (decimal): -13136793 or 6786103. OLE color: 6786103.

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

Color convert

RGB 55 140 103 -
CMYK 0.61 0 0.26 0.45
HSL 153.88º 0.44% 0.38% -
HSV(B) 153.88º 0.61% 0.55% -
XYZ 13.4 20.55 16.09 -
YUV 110.37 123.84 88.51 -
System Red Green Blue C M Y K H S L
Decimal 55 140 103 0.61 0 0.26 0.45 153.88 0.44 0.38
Hex 37 8C 67 3D 0 1A 2D 9A 2C 26
Octal 67 214 147 75 0 32 55 232 54 46
Binary 110111 10001100 1100111 111101 0 11010 101101 10011010 101100 100110

Color Harmonies of #378C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C67

Black with #378C67

Text Example


Text Example

White with #378C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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