Html Css Color HEX #369A62 Eucalyptus

📋 copy color: '#369A62'

red 54 ◦ green 154 ◦ blue 98

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

Shades of Eucalyptus #369A62

Tints of Eucalyptus #369A62

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.33%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 17.65%
G = 50.33%
B = 32.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#369A62 (or 0x369A62) is known color: Eucalyptus. HEX triplet: 36, 9A and 62. RGB value is (54,154,98). Sum of RGB (Red+Green+Blue) = 54+154+98=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #369A62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A62 is #C9659D. Grayscale: #757575. Windows color (decimal): -13198750 or 6462006. OLE color: 6462006.

HSL color Cylindrical-coordinate representation of color #369A62: hue angle of 146.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A62 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 98 -
CMYK 0.65 0 0.36 0.40
HSL 146.4º 0.48% 0.41% -
HSV(B) 146.4º 0.65% 0.6% -
XYZ 15.28 24.78 15.53 -
YUV 117.72 116.87 82.55 -
System Red Green Blue C M Y K H S L
Decimal 54 154 98 0.65 0 0.36 0.40 146.4 0.48 0.41
Hex 36 9A 62 41 0 24 28 92 30 29
Octal 66 232 142 101 0 44 50 222 60 51
Binary 110110 10011010 1100010 1000001 0 100100 101000 10010010 110000 101001

Color Harmonies of #369A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A62

Black with #369A62

Text Example


Text Example

White with #369A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369A62; }

 p { color: rgb(54,154,98); }

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

background-color css

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

 a { background-color: rgb(54,154,98); }

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

border-color css

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

 span { border-color: rgb(54,154,98); }

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