Html Css Color HEX #369E5E Eucalyptus

📋 copy color: '#369E5E'

red 54 ◦ green 158 ◦ blue 94

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

Shades of Eucalyptus #369E5E

Tints of Eucalyptus #369E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.63%

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 17.65%
G = 51.63%
B = 30.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#369E5E (or 0x369E5E) is known color: Eucalyptus. HEX triplet: 36, 9E and 5E. RGB value is (54,158,94). Sum of RGB (Red+Green+Blue) = 54+158+94=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #369E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E5E is #C961A1. Grayscale: #777777. Windows color (decimal): -13197730 or 6200886. OLE color: 6200886.

HSL color Cylindrical-coordinate representation of color #369E5E: hue angle of 143.08º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E5E is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 94 -
CMYK 0.66 0 0.41 0.38
HSL 143.08º 0.49% 0.42% -
HSV(B) 143.08º 0.66% 0.62% -
XYZ 15.77 26.05 14.79 -
YUV 119.61 113.54 81.2 -
System Red Green Blue C M Y K H S L
Decimal 54 158 94 0.66 0 0.41 0.38 143.08 0.49 0.42
Hex 36 9E 5E 42 0 29 26 8F 31 2A
Octal 66 236 136 102 0 51 46 217 61 52
Binary 110110 10011110 1011110 1000010 0 101001 100110 10001111 110001 101010

Color Harmonies of #369E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E5E

Black with #369E5E

Text Example


Text Example

White with #369E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,158,94); }

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

background-color css

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

 a { background-color: rgb(54,158,94); }

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

border-color css

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

 span { border-color: rgb(54,158,94); }

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