Html Css Color HEX #379168 Eucalyptus

📋 copy color: '#379168'

red 55 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #379168

Tints of Eucalyptus #379168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.7%

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

R = 18.09%
G = 47.7%
B = 34.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#379168 (or 0x379168) is known color: Eucalyptus. HEX triplet: 37, 91 and 68. RGB value is (55,145,104). Sum of RGB (Red+Green+Blue) = 55+145+104=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #379168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379168 is #C86E97. Grayscale: #717171. Windows color (decimal): -13135512 or 6852919. OLE color: 6852919.

HSL color Cylindrical-coordinate representation of color #379168: hue angle of 152.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379168 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 104 -
CMYK 0.62 0 0.28 0.43
HSL 152.67º 0.45% 0.39% -
HSV(B) 152.67º 0.62% 0.57% -
XYZ 14.2 22.06 16.61 -
YUV 113.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 55 145 104 0.62 0 0.28 0.43 152.67 0.45 0.39
Hex 37 91 68 3E 0 1C 2B 99 2D 27
Octal 67 221 150 76 0 34 53 231 55 47
Binary 110111 10010001 1101000 111110 0 11100 101011 10011001 101101 100111

Color Harmonies of #379168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379168

Black with #379168

Text Example


Text Example

White with #379168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379168; }

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

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

background-color css

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

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

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

border-color css

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

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

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