Html Css Color HEX #379B5C Eucalyptus

📋 copy color: '#379B5C'

red 55 ◦ green 155 ◦ blue 92

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

Shades of Eucalyptus #379B5C

Tints of Eucalyptus #379B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 18.21%
G = 51.32%
B = 30.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#379B5C (or 0x379B5C) is known color: Eucalyptus. HEX triplet: 37, 9B and 5C. RGB value is (55,155,92). Sum of RGB (Red+Green+Blue) = 55+155+92=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #379B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B5C is #C864A3. Grayscale: #767676. Windows color (decimal): -13132964 or 6069047. OLE color: 6069047.

HSL color Cylindrical-coordinate representation of color #379B5C: hue angle of 142.2º 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 #379B5C is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 155 92 -
CMYK 0.65 0 0.41 0.39
HSL 142.2º 0.48% 0.41% -
HSV(B) 142.2º 0.65% 0.61% -
XYZ 15.23 25.03 14.15 -
YUV 117.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 55 155 92 0.65 0 0.41 0.39 142.2 0.48 0.41
Hex 37 9B 5C 41 0 29 27 8E 30 29
Octal 67 233 134 101 0 51 47 216 60 51
Binary 110111 10011011 1011100 1000001 0 101001 100111 10001110 110000 101001

Color Harmonies of #379B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B5C

Black with #379B5C

Text Example


Text Example

White with #379B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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