Html Css Color HEX #369146 Chateau Green

📋 copy color: '#369146'

red 54 ◦ green 145 ◦ blue 70

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

Shades of Chateau Green #369146

Tints of Chateau Green #369146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.9%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 20.07%
G = 53.9%
B = 26.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#369146 (or 0x369146) is known color: Chateau Green. HEX triplet: 36, 91 and 46. RGB value is (54,145,70). Sum of RGB (Red+Green+Blue) = 54+145+70=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #369146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369146 is #C96EB9. Grayscale: #6D6D6D. Windows color (decimal): -13201082 or 4624694. OLE color: 4624694.

HSL color Cylindrical-coordinate representation of color #369146: hue angle of 130.55º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369146 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 145 70 -
CMYK 0.63 0 0.52 0.43
HSL 130.55º 0.46% 0.39% -
HSV(B) 130.55º 0.63% 0.57% -
XYZ 12.75 21.48 9.27 -
YUV 109.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 54 145 70 0.63 0 0.52 0.43 130.55 0.46 0.39
Hex 36 91 46 3F 0 34 2B 83 2E 27
Octal 66 221 106 77 0 64 53 203 56 47
Binary 110110 10010001 1000110 111111 0 110100 101011 10000011 101110 100111

Color Harmonies of #369146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369146

Black with #369146

Text Example


Text Example

White with #369146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369146; }

 p { color: rgb(54,145,70); }

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

background-color css

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

 a { background-color: rgb(54,145,70); }

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

border-color css

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

 span { border-color: rgb(54,145,70); }

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