Html Css Color HEX #369342 Chateau Green

📋 copy color: '#369342'

red 54 ◦ green 147 ◦ blue 66

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

Shades of Chateau Green #369342

Tints of Chateau Green #369342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 20.22%
G = 55.06%
B = 24.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#369342 (or 0x369342) is known color: Chateau Green. HEX triplet: 36, 93 and 42. RGB value is (54,147,66). Sum of RGB (Red+Green+Blue) = 54+147+66=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #369342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369342 is #C96CBD. Grayscale: #6E6E6E. Windows color (decimal): -13200574 or 4363062. OLE color: 4363062.

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

Color convert

RGB 54 147 66 -
CMYK 0.63 0 0.55 0.42
HSL 127.74º 0.46% 0.39% -
HSV(B) 127.74º 0.63% 0.58% -
XYZ 12.94 22.05 8.73 -
YUV 109.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 54 147 66 0.63 0 0.55 0.42 127.74 0.46 0.39
Hex 36 93 42 3F 0 37 2A 80 2E 27
Octal 66 223 102 77 0 67 52 200 56 47
Binary 110110 10010011 1000010 111111 0 110111 101010 10000000 101110 100111

Color Harmonies of #369342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369342

Black with #369342

Text Example


Text Example

White with #369342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369342; }

 p { color: rgb(54,147,66); }

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

background-color css

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

 a { background-color: rgb(54,147,66); }

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

border-color css

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

 span { border-color: rgb(54,147,66); }

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