Html Css Color HEX #379C6C Eucalyptus

📋 copy color: '#379C6C'

red 55 ◦ green 156 ◦ blue 108

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

Shades of Eucalyptus #379C6C

Tints of Eucalyptus #379C6C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

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

R = 17.24%
G = 48.9%
B = 33.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#379C6C (or 0x379C6C) is known color: Eucalyptus. HEX triplet: 37, 9C and 6C. RGB value is (55,156,108). Sum of RGB (Red+Green+Blue) = 55+156+108=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #379C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C6C is #C86393. Grayscale: #787878. Windows color (decimal): -13132692 or 7117879. OLE color: 7117879.

HSL color Cylindrical-coordinate representation of color #379C6C: hue angle of 151.49º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C6C is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 156 108 -
CMYK 0.65 0 0.31 0.39
HSL 151.49º 0.48% 0.41% -
HSV(B) 151.49º 0.65% 0.61% -
XYZ 16.17 25.67 18.29 -
YUV 120.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 55 156 108 0.65 0 0.31 0.39 151.49 0.48 0.41
Hex 37 9C 6C 41 0 1F 27 97 30 29
Octal 67 234 154 101 0 37 47 227 60 51
Binary 110111 10011100 1101100 1000001 0 11111 100111 10010111 110000 101001

Color Harmonies of #379C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C6C

Black with #379C6C

Text Example


Text Example

White with #379C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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