Html Css Color HEX #379369 Eucalyptus

📋 copy color: '#379369'

red 55 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #379369

Tints of Eucalyptus #379369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 17.92%
G = 47.88%
B = 34.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#379369 (or 0x379369) is known color: Eucalyptus. HEX triplet: 37, 93 and 69. RGB value is (55,147,105). Sum of RGB (Red+Green+Blue) = 55+147+105=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #379369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379369 is #C86C96. Grayscale: #727272. Windows color (decimal): -13134999 or 6918967. OLE color: 6918967.

HSL color Cylindrical-coordinate representation of color #379369: hue angle of 152.61º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379369 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 147 105 -
CMYK 0.63 0 0.29 0.42
HSL 152.61º 0.46% 0.4% -
HSV(B) 152.61º 0.63% 0.58% -
XYZ 14.56 22.7 16.98 -
YUV 114.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 55 147 105 0.63 0 0.29 0.42 152.61 0.46 0.4
Hex 37 93 69 3F 0 1D 2A 99 2E 28
Octal 67 223 151 77 0 35 52 231 56 50
Binary 110111 10010011 1101001 111111 0 11101 101010 10011001 101110 101000

Color Harmonies of #379369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379369

Black with #379369

Text Example


Text Example

White with #379369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379369; }

 p { color: rgb(55,147,105); }

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

background-color css

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

 a { background-color: rgb(55,147,105); }

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

border-color css

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

 span { border-color: rgb(55,147,105); }

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