Html Css Color HEX #369A52 Chateau Green

📋 copy color: '#369A52'

red 54 ◦ green 154 ◦ blue 82

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

Shades of Chateau Green #369A52

Tints of Chateau Green #369A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.1%

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 18.62%
G = 53.1%
B = 28.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#369A52 (or 0x369A52) is known color: Chateau Green. HEX triplet: 36, 9A and 52. RGB value is (54,154,82). Sum of RGB (Red+Green+Blue) = 54+154+82=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #369A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A52 is #C965AD. Grayscale: #747474. Windows color (decimal): -13198766 or 5413430. OLE color: 5413430.

HSL color Cylindrical-coordinate representation of color #369A52: hue angle of 136.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A52 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 82 -
CMYK 0.65 0 0.47 0.40
HSL 136.8º 0.48% 0.41% -
HSV(B) 136.8º 0.65% 0.6% -
XYZ 14.6 24.5 11.94 -
YUV 115.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 54 154 82 0.65 0 0.47 0.40 136.8 0.48 0.41
Hex 36 9A 52 41 0 2F 28 89 30 29
Octal 66 232 122 101 0 57 50 211 60 51
Binary 110110 10011010 1010010 1000001 0 101111 101000 10001001 110000 101001

Color Harmonies of #369A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A52

Black with #369A52

Text Example


Text Example

White with #369A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,154,82); }

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

background-color css

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

 a { background-color: rgb(54,154,82); }

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

border-color css

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

 span { border-color: rgb(54,154,82); }

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