Html Css Color HEX #369552 Chateau Green

📋 copy color: '#369552'

red 54 ◦ green 149 ◦ blue 82

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

Shades of Chateau Green #369552

Tints of Chateau Green #369552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.28%

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

R = 18.95%
G = 52.28%
B = 28.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#369552 (or 0x369552) is known color: Chateau Green. HEX triplet: 36, 95 and 52. RGB value is (54,149,82). Sum of RGB (Red+Green+Blue) = 54+149+82=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #369552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369552 is #C96AAD. Grayscale: #717171. Windows color (decimal): -13200046 or 5412150. OLE color: 5412150.

HSL color Cylindrical-coordinate representation of color #369552: hue angle of 137.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369552 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 149 82 -
CMYK 0.64 0 0.45 0.42
HSL 137.68º 0.47% 0.4% -
HSV(B) 137.68º 0.64% 0.58% -
XYZ 13.79 22.89 11.67 -
YUV 112.96 110.53 85.95 -
System Red Green Blue C M Y K H S L
Decimal 54 149 82 0.64 0 0.45 0.42 137.68 0.47 0.4
Hex 36 95 52 40 0 2D 2A 8A 2F 28
Octal 66 225 122 100 0 55 52 212 57 50
Binary 110110 10010101 1010010 1000000 0 101101 101010 10001010 101111 101000

Color Harmonies of #369552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369552

Black with #369552

Text Example


Text Example

White with #369552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369552; }

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

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

background-color css

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

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

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

border-color css

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

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

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