Html Css Color HEX #369E5B Eucalyptus

📋 copy color: '#369E5B'

red 54 ◦ green 158 ◦ blue 91

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

Shades of Eucalyptus #369E5B

Tints of Eucalyptus #369E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 17.82%
G = 52.15%
B = 30.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#369E5B (or 0x369E5B) is known color: Eucalyptus. HEX triplet: 36, 9E and 5B. RGB value is (54,158,91). Sum of RGB (Red+Green+Blue) = 54+158+91=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #369E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E5B is #C961A4. Grayscale: #777777. Windows color (decimal): -13197733 or 6004278. OLE color: 6004278.

HSL color Cylindrical-coordinate representation of color #369E5B: hue angle of 141.35º 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 #369E5B is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 91 -
CMYK 0.66 0 0.42 0.38
HSL 141.35º 0.49% 0.42% -
HSV(B) 141.35º 0.66% 0.62% -
XYZ 15.64 25.99 14.09 -
YUV 119.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 54 158 91 0.66 0 0.42 0.38 141.35 0.49 0.42
Hex 36 9E 5B 42 0 2A 26 8D 31 2A
Octal 66 236 133 102 0 52 46 215 61 52
Binary 110110 10011110 1011011 1000010 0 101010 100110 10001101 110001 101010

Color Harmonies of #369E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E5B

Black with #369E5B

Text Example


Text Example

White with #369E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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