Html Css Color HEX #369F49 Chateau Green

📋 copy color: '#369F49'

red 54 ◦ green 159 ◦ blue 73

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

Shades of Chateau Green #369F49

Tints of Chateau Green #369F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.59%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 18.88%
G = 55.59%
B = 25.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#369F49 (or 0x369F49) is known color: Chateau Green. HEX triplet: 36, 9F and 49. RGB value is (54,159,73). Sum of RGB (Red+Green+Blue) = 54+159+73=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #369F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369F49 is #C960B6. Grayscale: #767676. Windows color (decimal): -13197495 or 4824886. OLE color: 4824886.

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

Color convert

RGB 54 159 73 -
CMYK 0.66 0 0.54 0.38
HSL 130.86º 0.49% 0.42% -
HSV(B) 130.86º 0.66% 0.62% -
XYZ 15.12 26.06 10.54 -
YUV 117.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 54 159 73 0.66 0 0.54 0.38 130.86 0.49 0.42
Hex 36 9F 49 42 0 36 26 83 31 2A
Octal 66 237 111 102 0 66 46 203 61 52
Binary 110110 10011111 1001001 1000010 0 110110 100110 10000011 110001 101010

Color Harmonies of #369F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F49

Black with #369F49

Text Example


Text Example

White with #369F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,159,73); }

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

background-color css

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

 a { background-color: rgb(54,159,73); }

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

border-color css

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

 span { border-color: rgb(54,159,73); }

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