Html Css Color HEX #369463 Eucalyptus

📋 copy color: '#369463'

red 54 ◦ green 148 ◦ blue 99

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

Shades of Eucalyptus #369463

Tints of Eucalyptus #369463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.17%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 17.94%
G = 49.17%
B = 32.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#369463 (or 0x369463) is known color: Eucalyptus. HEX triplet: 36, 94 and 63. RGB value is (54,148,99). Sum of RGB (Red+Green+Blue) = 54+148+99=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #369463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369463 is #C96B9C. Grayscale: #727272. Windows color (decimal): -13200285 or 6526006. OLE color: 6526006.

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

Color convert

RGB 54 148 99 -
CMYK 0.64 0 0.33 0.42
HSL 148.72º 0.47% 0.4% -
HSV(B) 148.72º 0.64% 0.58% -
XYZ 14.36 22.86 15.46 -
YUV 114.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 54 148 99 0.64 0 0.33 0.42 148.72 0.47 0.4
Hex 36 94 63 40 0 21 2A 95 2F 28
Octal 66 224 143 100 0 41 52 225 57 50
Binary 110110 10010100 1100011 1000000 0 100001 101010 10010101 101111 101000

Color Harmonies of #369463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369463

Black with #369463

Text Example


Text Example

White with #369463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369463; }

 p { color: rgb(54,148,99); }

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

background-color css

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

 a { background-color: rgb(54,148,99); }

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

border-color css

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

 span { border-color: rgb(54,148,99); }

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