Html Css Color HEX #369A46 Chateau Green

📋 copy color: '#369A46'

red 54 ◦ green 154 ◦ blue 70

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

Shades of Chateau Green #369A46

Tints of Chateau Green #369A46

RGB

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

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

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

R = 19.42%
G = 55.4%
B = 25.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#369A46 (or 0x369A46) is known color: Chateau Green. HEX triplet: 36, 9A and 46. RGB value is (54,154,70). Sum of RGB (Red+Green+Blue) = 54+154+70=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #369A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A46 is #C965B9. Grayscale: #727272. Windows color (decimal): -13198778 or 4626998. OLE color: 4626998.

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

Color convert

RGB 54 154 70 -
CMYK 0.65 0 0.55 0.40
HSL 129.6º 0.48% 0.41% -
HSV(B) 129.6º 0.65% 0.6% -
XYZ 14.18 24.34 9.74 -
YUV 114.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 54 154 70 0.65 0 0.55 0.40 129.6 0.48 0.41
Hex 36 9A 46 41 0 37 28 82 30 29
Octal 66 232 106 101 0 67 50 202 60 51
Binary 110110 10011010 1000110 1000001 0 110111 101000 10000010 110000 101001

Color Harmonies of #369A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A46

Black with #369A46

Text Example


Text Example

White with #369A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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