Html Css Color HEX #369C50 Chateau Green

📋 copy color: '#369C50'

red 54 ◦ green 156 ◦ blue 80

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

Shades of Chateau Green #369C50

Tints of Chateau Green #369C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.79%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 18.62%
G = 53.79%
B = 27.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#369C50 (or 0x369C50) is known color: Chateau Green. HEX triplet: 36, 9C and 50. RGB value is (54,156,80). Sum of RGB (Red+Green+Blue) = 54+156+80=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #369C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C50 is #C963AF. Grayscale: #757575. Windows color (decimal): -13198256 or 5282870. OLE color: 5282870.

HSL color Cylindrical-coordinate representation of color #369C50: hue angle of 135.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C50 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 156 80 -
CMYK 0.65 0 0.49 0.39
HSL 135.29º 0.49% 0.41% -
HSV(B) 135.29º 0.65% 0.61% -
XYZ 14.86 25.14 11.66 -
YUV 116.84 107.21 83.18 -
System Red Green Blue C M Y K H S L
Decimal 54 156 80 0.65 0 0.49 0.39 135.29 0.49 0.41
Hex 36 9C 50 41 0 31 27 87 31 29
Octal 66 234 120 101 0 61 47 207 61 51
Binary 110110 10011100 1010000 1000001 0 110001 100111 10000111 110001 101001

Color Harmonies of #369C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C50

Black with #369C50

Text Example


Text Example

White with #369C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,156,80); }

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

background-color css

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

 a { background-color: rgb(54,156,80); }

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

border-color css

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

 span { border-color: rgb(54,156,80); }

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