Html Css Color HEX #369E5A Chateau Green

📋 copy color: '#369E5A'

red 54 ◦ green 158 ◦ blue 90

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

Shades of Chateau Green #369E5A

Tints of Chateau Green #369E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 17.88%
G = 52.32%
B = 29.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#369E5A (or 0x369E5A) is known color: Chateau Green. HEX triplet: 36, 9E and 5A. RGB value is (54,158,90). Sum of RGB (Red+Green+Blue) = 54+158+90=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #369E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E5A is #C961A5. Grayscale: #777777. Windows color (decimal): -13197734 or 5938742. OLE color: 5938742.

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

Color convert

RGB 54 158 90 -
CMYK 0.66 0 0.43 0.38
HSL 140.77º 0.49% 0.42% -
HSV(B) 140.77º 0.66% 0.62% -
XYZ 15.59 25.98 13.86 -
YUV 119.15 111.54 81.53 -
System Red Green Blue C M Y K H S L
Decimal 54 158 90 0.66 0 0.43 0.38 140.77 0.49 0.42
Hex 36 9E 5A 42 0 2B 26 8D 31 2A
Octal 66 236 132 102 0 53 46 215 61 52
Binary 110110 10011110 1011010 1000010 0 101011 100110 10001101 110001 101010

Color Harmonies of #369E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E5A

Black with #369E5A

Text Example


Text Example

White with #369E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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