Html Css Color HEX #379961 Eucalyptus

📋 copy color: '#379961'

red 55 ◦ green 153 ◦ blue 97

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

Shades of Eucalyptus #379961

Tints of Eucalyptus #379961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 18.03%
G = 50.16%
B = 31.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#379961 (or 0x379961) is known color: Eucalyptus. HEX triplet: 37, 99 and 61. RGB value is (55,153,97). Sum of RGB (Red+Green+Blue) = 55+153+97=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #379961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379961 is #C8669E. Grayscale: #757575. Windows color (decimal): -13133471 or 6396215. OLE color: 6396215.

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

Color convert

RGB 55 153 97 -
CMYK 0.64 0 0.37 0.4
HSL 145.71º 0.47% 0.41% -
HSV(B) 145.71º 0.64% 0.6% -
XYZ 15.12 24.46 15.23 -
YUV 117.31 116.53 83.55 -
System Red Green Blue C M Y K H S L
Decimal 55 153 97 0.64 0 0.37 0.4 145.71 0.47 0.41
Hex 37 99 61 40 0 25 28 92 2F 29
Octal 67 231 141 100 0 45 50 222 57 51
Binary 110111 10011001 1100001 1000000 0 100101 101000 10010010 101111 101001

Color Harmonies of #379961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379961

Black with #379961

Text Example


Text Example

White with #379961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379961; }

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

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

background-color css

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

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

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

border-color css

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

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

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