Html Css Color HEX #369F4A Chateau Green

📋 copy color: '#369F4A'

red 54 ◦ green 159 ◦ blue 74

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

Shades of Chateau Green #369F4A

Tints of Chateau Green #369F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 18.82%
G = 55.4%
B = 25.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#369F4A (or 0x369F4A) is known color: Chateau Green. HEX triplet: 36, 9F and 4A. RGB value is (54,159,74). Sum of RGB (Red+Green+Blue) = 54+159+74=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #369F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369F4A is #C960B5. Grayscale: #767676. Windows color (decimal): -13197494 or 4890422. OLE color: 4890422.

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

Color convert

RGB 54 159 74 -
CMYK 0.66 0 0.53 0.38
HSL 131.43º 0.49% 0.42% -
HSV(B) 131.43º 0.66% 0.62% -
XYZ 15.16 26.07 10.71 -
YUV 117.92 103.21 82.41 -
System Red Green Blue C M Y K H S L
Decimal 54 159 74 0.66 0 0.53 0.38 131.43 0.49 0.42
Hex 36 9F 4A 42 0 35 26 83 31 2A
Octal 66 237 112 102 0 65 46 203 61 52
Binary 110110 10011111 1001010 1000010 0 110101 100110 10000011 110001 101010

Color Harmonies of #369F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F4A

Black with #369F4A

Text Example


Text Example

White with #369F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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