Html Css Color HEX #369A48 Chateau Green

📋 copy color: '#369A48'

red 54 ◦ green 154 ◦ blue 72

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

Shades of Chateau Green #369A48

Tints of Chateau Green #369A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.71%

R = 19.29%
G = 55%
B = 25.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#369A48 (or 0x369A48) is known color: Chateau Green. HEX triplet: 36, 9A and 48. RGB value is (54,154,72). Sum of RGB (Red+Green+Blue) = 54+154+72=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #369A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A48 is #C965B7. Grayscale: #727272. Windows color (decimal): -13198776 or 4758070. OLE color: 4758070.

HSL color Cylindrical-coordinate representation of color #369A48: hue angle of 130.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 #369A48 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 72 -
CMYK 0.65 0 0.53 0.40
HSL 130.8º 0.48% 0.41% -
HSV(B) 130.8º 0.65% 0.6% -
XYZ 14.25 24.36 10.08 -
YUV 114.75 103.87 84.67 -
System Red Green Blue C M Y K H S L
Decimal 54 154 72 0.65 0 0.53 0.40 130.8 0.48 0.41
Hex 36 9A 48 41 0 35 28 83 30 29
Octal 66 232 110 101 0 65 50 203 60 51
Binary 110110 10011010 1001000 1000001 0 110101 101000 10000011 110000 101001

Color Harmonies of #369A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A48

Black with #369A48

Text Example


Text Example

White with #369A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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