Html Css Color HEX #369361 Eucalyptus

📋 copy color: '#369361'

red 54 ◦ green 147 ◦ blue 97

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

Shades of Eucalyptus #369361

Tints of Eucalyptus #369361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 18.12%
G = 49.33%
B = 32.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#369361 (or 0x369361) is known color: Eucalyptus. HEX triplet: 36, 93 and 61. RGB value is (54,147,97). Sum of RGB (Red+Green+Blue) = 54+147+97=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #369361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369361 is #C96C9E. Grayscale: #717171. Windows color (decimal): -13200543 or 6394678. OLE color: 6394678.

HSL color Cylindrical-coordinate representation of color #369361: hue angle of 147.74º 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 #369361 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 147 97 -
CMYK 0.63 0 0.34 0.42
HSL 147.74º 0.46% 0.39% -
HSV(B) 147.74º 0.63% 0.58% -
XYZ 14.11 22.51 14.91 -
YUV 113.49 118.69 85.57 -
System Red Green Blue C M Y K H S L
Decimal 54 147 97 0.63 0 0.34 0.42 147.74 0.46 0.39
Hex 36 93 61 3F 0 22 2A 94 2E 27
Octal 66 223 141 77 0 42 52 224 56 47
Binary 110110 10010011 1100001 111111 0 100010 101010 10010100 101110 100111

Color Harmonies of #369361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369361

Black with #369361

Text Example


Text Example

White with #369361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369361; }

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

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

background-color css

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

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

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

border-color css

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

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

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