Html Css Color HEX #379968 Eucalyptus

📋 copy color: '#379968'

red 55 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #379968

Tints of Eucalyptus #379968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 17.63%
G = 49.04%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#379968 (or 0x379968) is known color: Eucalyptus. HEX triplet: 37, 99 and 68. RGB value is (55,153,104). Sum of RGB (Red+Green+Blue) = 55+153+104=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #379968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379968 is #C86697. Grayscale: #767676. Windows color (decimal): -13133464 or 6854967. OLE color: 6854967.

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

Color convert

RGB 55 153 104 -
CMYK 0.64 0 0.32 0.4
HSL 150º 0.47% 0.41% -
HSV(B) 150º 0.64% 0.6% -
XYZ 15.47 24.59 17.03 -
YUV 118.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 55 153 104 0.64 0 0.32 0.4 150 0.47 0.41
Hex 37 99 68 40 0 20 28 96 2F 29
Octal 67 231 150 100 0 40 50 226 57 51
Binary 110111 10011001 1101000 1000000 0 100000 101000 10010110 101111 101001

Color Harmonies of #379968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379968

Black with #379968

Text Example


Text Example

White with #379968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379968; }

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

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

background-color css

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

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

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

border-color css

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

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

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