Html Css Color HEX #369365 Eucalyptus

📋 copy color: '#369365'

red 54 ◦ green 147 ◦ blue 101

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

Shades of Eucalyptus #369365

Tints of Eucalyptus #369365

RGB

 RED value IS 54 (21.48% from 255) = 17.88%

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

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

R = 17.88%
G = 48.68%
B = 33.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#369365 (or 0x369365) is known color: Eucalyptus. HEX triplet: 36, 93 and 65. RGB value is (54,147,101). Sum of RGB (Red+Green+Blue) = 54+147+101=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #369365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369365 is #C96C9A. Grayscale: #727272. Windows color (decimal): -13200539 or 6656822. OLE color: 6656822.

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

Color convert

RGB 54 147 101 -
CMYK 0.63 0 0.31 0.42
HSL 150.32º 0.46% 0.39% -
HSV(B) 150.32º 0.63% 0.58% -
XYZ 14.3 22.59 15.92 -
YUV 113.95 120.69 85.24 -
System Red Green Blue C M Y K H S L
Decimal 54 147 101 0.63 0 0.31 0.42 150.32 0.46 0.39
Hex 36 93 65 3F 0 1F 2A 96 2E 27
Octal 66 223 145 77 0 37 52 226 56 47
Binary 110110 10010011 1100101 111111 0 11111 101010 10010110 101110 100111

Color Harmonies of #369365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369365

Black with #369365

Text Example


Text Example

White with #369365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369365; }

 p { color: rgb(54,147,101); }

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

background-color css

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

 a { background-color: rgb(54,147,101); }

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

border-color css

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

 span { border-color: rgb(54,147,101); }

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