Html Css Color HEX #379065 Eucalyptus

📋 copy color: '#379065'

red 55 ◦ green 144 ◦ blue 101

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

Shades of Eucalyptus #379065

Tints of Eucalyptus #379065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 18.33%
G = 48%
B = 33.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#379065 (or 0x379065) is known color: Eucalyptus. HEX triplet: 37, 90 and 65. RGB value is (55,144,101). Sum of RGB (Red+Green+Blue) = 55+144+101=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #379065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379065 is #C86F9A. Grayscale: #707070. Windows color (decimal): -13135771 or 6656055. OLE color: 6656055.

HSL color Cylindrical-coordinate representation of color #379065: hue angle of 151.01º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379065 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 144 101 -
CMYK 0.62 0 0.30 0.44
HSL 151.01º 0.45% 0.39% -
HSV(B) 151.01º 0.62% 0.56% -
XYZ 13.9 21.7 15.77 -
YUV 112.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 55 144 101 0.62 0 0.30 0.44 151.01 0.45 0.39
Hex 37 90 65 3E 0 1E 2C 97 2D 27
Octal 67 220 145 76 0 36 54 227 55 47
Binary 110111 10010000 1100101 111110 0 11110 101100 10010111 101101 100111

Color Harmonies of #379065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379065

Black with #379065

Text Example


Text Example

White with #379065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379065; }

 p { color: rgb(55,144,101); }

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

background-color css

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

 a { background-color: rgb(55,144,101); }

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

border-color css

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

 span { border-color: rgb(55,144,101); }

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