Html Css Color HEX #379966 Eucalyptus

📋 copy color: '#379966'

red 55 ◦ green 153 ◦ blue 102

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

Shades of Eucalyptus #379966

Tints of Eucalyptus #379966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

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

R = 17.74%
G = 49.35%
B = 32.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#379966 (or 0x379966) is known color: Eucalyptus. HEX triplet: 37, 99 and 66. RGB value is (55,153,102). Sum of RGB (Red+Green+Blue) = 55+153+102=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #379966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379966 is #C86699. Grayscale: #757575. Windows color (decimal): -13133466 or 6723895. OLE color: 6723895.

HSL color Cylindrical-coordinate representation of color #379966: hue angle of 148.78º 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 #379966 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 153 102 -
CMYK 0.64 0 0.33 0.4
HSL 148.78º 0.47% 0.41% -
HSV(B) 148.78º 0.64% 0.6% -
XYZ 15.37 24.55 16.5 -
YUV 117.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 55 153 102 0.64 0 0.33 0.4 148.78 0.47 0.41
Hex 37 99 66 40 0 21 28 95 2F 29
Octal 67 231 146 100 0 41 50 225 57 51
Binary 110111 10011001 1100110 1000000 0 100001 101000 10010101 101111 101001

Color Harmonies of #379966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379966

Black with #379966

Text Example


Text Example

White with #379966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379966; }

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

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

background-color css

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

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

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

border-color css

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

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

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