Html Css Color HEX #379C5C Eucalyptus

📋 copy color: '#379C5C'

red 55 ◦ green 156 ◦ blue 92

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

Shades of Eucalyptus #379C5C

Tints of Eucalyptus #379C5C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.49%

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

R = 18.15%
G = 51.49%
B = 30.36%

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

#379C5C (or 0x379C5C) is known color: Eucalyptus. HEX triplet: 37, 9C and 5C. RGB value is (55,156,92). Sum of RGB (Red+Green+Blue) = 55+156+92=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #379C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C5C is #C863A3. Grayscale: #767676. Windows color (decimal): -13132708 or 6069303. OLE color: 6069303.

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

Color convert

RGB 55 156 92 -
CMYK 0.65 0 0.41 0.39
HSL 141.98º 0.48% 0.41% -
HSV(B) 141.98º 0.65% 0.61% -
XYZ 15.4 25.36 14.21 -
YUV 118.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 55 156 92 0.65 0 0.41 0.39 141.98 0.48 0.41
Hex 37 9C 5C 41 0 29 27 8E 30 29
Octal 67 234 134 101 0 51 47 216 60 51
Binary 110111 10011100 1011100 1000001 0 101001 100111 10001110 110000 101001

Color Harmonies of #379C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C5C

Black with #379C5C

Text Example


Text Example

White with #379C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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