Html Css Color HEX #369C4F Chateau Green

📋 copy color: '#369C4F'

red 54 ◦ green 156 ◦ blue 79

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

Shades of Chateau Green #369C4F

Tints of Chateau Green #369C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 18.69%
G = 53.98%
B = 27.34%

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

#369C4F (or 0x369C4F) is known color: Chateau Green. HEX triplet: 36, 9C and 4F. RGB value is (54,156,79). Sum of RGB (Red+Green+Blue) = 54+156+79=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #369C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C4F is #C963B0. Grayscale: #747474. Windows color (decimal): -13198257 or 5217334. OLE color: 5217334.

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

Color convert

RGB 54 156 79 -
CMYK 0.65 0 0.49 0.39
HSL 134.71º 0.49% 0.41% -
HSV(B) 134.71º 0.65% 0.61% -
XYZ 14.82 25.13 11.47 -
YUV 116.72 106.71 83.26 -
System Red Green Blue C M Y K H S L
Decimal 54 156 79 0.65 0 0.49 0.39 134.71 0.49 0.41
Hex 36 9C 4F 41 0 31 27 87 31 29
Octal 66 234 117 101 0 61 47 207 61 51
Binary 110110 10011100 1001111 1000001 0 110001 100111 10000111 110001 101001

Color Harmonies of #369C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C4F

Black with #369C4F

Text Example


Text Example

White with #369C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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