Html Css Color HEX #379A6C Eucalyptus

📋 copy color: '#379A6C'

red 55 ◦ green 154 ◦ blue 108

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

Shades of Eucalyptus #379A6C

Tints of Eucalyptus #379A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.58%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 17.35%
G = 48.58%
B = 34.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#379A6C (or 0x379A6C) is known color: Eucalyptus. HEX triplet: 37, 9A and 6C. RGB value is (55,154,108). Sum of RGB (Red+Green+Blue) = 55+154+108=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #379A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A6C is #C86593. Grayscale: #777777. Windows color (decimal): -13133204 or 7117367. OLE color: 7117367.

HSL color Cylindrical-coordinate representation of color #379A6C: hue angle of 152.12º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A6C is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 154 108 -
CMYK 0.64 0 0.30 0.40
HSL 152.12º 0.47% 0.41% -
HSV(B) 152.12º 0.64% 0.6% -
XYZ 15.84 25.01 18.18 -
YUV 119.16 121.7 82.24 -
System Red Green Blue C M Y K H S L
Decimal 55 154 108 0.64 0 0.30 0.40 152.12 0.47 0.41
Hex 37 9A 6C 40 0 1E 28 98 2F 29
Octal 67 232 154 100 0 36 50 230 57 51
Binary 110111 10011010 1101100 1000000 0 11110 101000 10011000 101111 101001

Color Harmonies of #379A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379A6C

Black with #379A6C

Text Example


Text Example

White with #379A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379A6C; }

 p { color: rgb(55,154,108); }

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

background-color css

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

 a { background-color: rgb(55,154,108); }

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

border-color css

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

 span { border-color: rgb(55,154,108); }

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