Html Css Color HEX #379666 Eucalyptus

📋 copy color: '#379666'

red 55 ◦ green 150 ◦ blue 102

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

Shades of Eucalyptus #379666

Tints of Eucalyptus #379666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 17.92%
G = 48.86%
B = 33.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#379666 (or 0x379666) is known color: Eucalyptus. HEX triplet: 37, 96 and 66. RGB value is (55,150,102). Sum of RGB (Red+Green+Blue) = 55+150+102=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #379666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379666 is #C86999. Grayscale: #747474. Windows color (decimal): -13134234 or 6723127. OLE color: 6723127.

HSL color Cylindrical-coordinate representation of color #379666: hue angle of 149.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379666 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 102 -
CMYK 0.63 0 0.32 0.41
HSL 149.68º 0.46% 0.4% -
HSV(B) 149.68º 0.63% 0.59% -
XYZ 14.88 23.58 16.34 -
YUV 116.12 120.03 84.4 -
System Red Green Blue C M Y K H S L
Decimal 55 150 102 0.63 0 0.32 0.41 149.68 0.46 0.4
Hex 37 96 66 3F 0 20 29 96 2E 28
Octal 67 226 146 77 0 40 51 226 56 50
Binary 110111 10010110 1100110 111111 0 100000 101001 10010110 101110 101000

Color Harmonies of #379666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379666

Black with #379666

Text Example


Text Example

White with #379666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379666; }

 p { color: rgb(55,150,102); }

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

background-color css

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

 a { background-color: rgb(55,150,102); }

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

border-color css

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

 span { border-color: rgb(55,150,102); }

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