Html Css Color HEX #379D5D Eucalyptus

📋 copy color: '#379D5D'

red 55 ◦ green 157 ◦ blue 93

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

Shades of Eucalyptus #379D5D

Tints of Eucalyptus #379D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.48%

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 18.03%
G = 51.48%
B = 30.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#379D5D (or 0x379D5D) is known color: Eucalyptus. HEX triplet: 37, 9D and 5D. RGB value is (55,157,93). Sum of RGB (Red+Green+Blue) = 55+157+93=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #379D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D5D is #C862A2. Grayscale: #777777. Windows color (decimal): -13132451 or 6135095. OLE color: 6135095.

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

Color convert

RGB 55 157 93 -
CMYK 0.65 0 0.41 0.38
HSL 142.35º 0.48% 0.42% -
HSV(B) 142.35º 0.65% 0.62% -
XYZ 15.61 25.72 14.5 -
YUV 119.21 113.21 82.2 -
System Red Green Blue C M Y K H S L
Decimal 55 157 93 0.65 0 0.41 0.38 142.35 0.48 0.42
Hex 37 9D 5D 41 0 29 26 8E 30 2A
Octal 67 235 135 101 0 51 46 216 60 52
Binary 110111 10011101 1011101 1000001 0 101001 100110 10001110 110000 101010

Color Harmonies of #379D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D5D

Black with #379D5D

Text Example


Text Example

White with #379D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,93); }

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

background-color css

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

 a { background-color: rgb(55,157,93); }

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

border-color css

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

 span { border-color: rgb(55,157,93); }

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