Html Css Color HEX #379B5A Eucalyptus

📋 copy color: '#379B5A'

red 55 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #379B5A

Tints of Eucalyptus #379B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.67%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 18.33%
G = 51.67%
B = 30%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#379B5A (or 0x379B5A) is known color: Eucalyptus. HEX triplet: 37, 9B and 5A. RGB value is (55,155,90). Sum of RGB (Red+Green+Blue) = 55+155+90=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #379B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B5A is #C864A5. Grayscale: #757575. Windows color (decimal): -13132966 or 5937975. OLE color: 5937975.

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

Color convert

RGB 55 155 90 -
CMYK 0.65 0 0.42 0.39
HSL 141º 0.48% 0.41% -
HSV(B) 141º 0.65% 0.61% -
XYZ 15.14 24.99 13.7 -
YUV 117.69 112.37 83.29 -
System Red Green Blue C M Y K H S L
Decimal 55 155 90 0.65 0 0.42 0.39 141 0.48 0.41
Hex 37 9B 5A 41 0 2A 27 8D 30 29
Octal 67 233 132 101 0 52 47 215 60 51
Binary 110111 10011011 1011010 1000001 0 101010 100111 10001101 110000 101001

Color Harmonies of #379B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B5A

Black with #379B5A

Text Example


Text Example

White with #379B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,155,90); }

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

background-color css

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

 a { background-color: rgb(55,155,90); }

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

border-color css

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

 span { border-color: rgb(55,155,90); }

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