Html Css Color HEX #369366 Eucalyptus

📋 copy color: '#369366'

red 54 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #369366

Tints of Eucalyptus #369366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 17.82%
G = 48.51%
B = 33.66%

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

#369366 (or 0x369366) is known color: Eucalyptus. HEX triplet: 36, 93 and 66. RGB value is (54,147,102). Sum of RGB (Red+Green+Blue) = 54+147+102=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #369366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369366 is #C96C99. Grayscale: #727272. Windows color (decimal): -13200538 or 6722358. OLE color: 6722358.

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

Color convert

RGB 54 147 102 -
CMYK 0.63 0 0.31 0.42
HSL 150.97º 0.46% 0.39% -
HSV(B) 150.97º 0.63% 0.58% -
XYZ 14.35 22.61 16.18 -
YUV 114.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 54 147 102 0.63 0 0.31 0.42 150.97 0.46 0.39
Hex 36 93 66 3F 0 1F 2A 97 2E 27
Octal 66 223 146 77 0 37 52 227 56 47
Binary 110110 10010011 1100110 111111 0 11111 101010 10010111 101110 100111

Color Harmonies of #369366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369366

Black with #369366

Text Example


Text Example

White with #369366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369366; }

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

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

background-color css

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

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

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

border-color css

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

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

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