Html Css Color HEX #369669 Eucalyptus

📋 copy color: '#369669'

red 54 ◦ green 150 ◦ blue 105

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

Shades of Eucalyptus #369669

Tints of Eucalyptus #369669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.54%

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

R = 17.48%
G = 48.54%
B = 33.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#369669 (or 0x369669) is known color: Eucalyptus. HEX triplet: 36, 96 and 69. RGB value is (54,150,105). Sum of RGB (Red+Green+Blue) = 54+150+105=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #369669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369669 is #C96996. Grayscale: #747474. Windows color (decimal): -13199767 or 6919734. OLE color: 6919734.

HSL color Cylindrical-coordinate representation of color #369669: hue angle of 151.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369669 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 150 105 -
CMYK 0.64 0 0.30 0.41
HSL 151.88º 0.47% 0.4% -
HSV(B) 151.88º 0.64% 0.59% -
XYZ 14.98 23.62 17.13 -
YUV 116.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 54 150 105 0.64 0 0.30 0.41 151.88 0.47 0.4
Hex 36 96 69 40 0 1E 29 98 2F 28
Octal 66 226 151 100 0 36 51 230 57 50
Binary 110110 10010110 1101001 1000000 0 11110 101001 10011000 101111 101000

Color Harmonies of #369669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369669

Black with #369669

Text Example


Text Example

White with #369669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369669; }

 p { color: rgb(54,150,105); }

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

background-color css

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

 a { background-color: rgb(54,150,105); }

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

border-color css

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

 span { border-color: rgb(54,150,105); }

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