Html Css Color HEX #369B47 Chateau Green

📋 copy color: '#369B47'

red 54 ◦ green 155 ◦ blue 71

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

Shades of Chateau Green #369B47

Tints of Chateau Green #369B47

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.36%

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 19.29%
G = 55.36%
B = 25.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#369B47 (or 0x369B47) is known color: Chateau Green. HEX triplet: 36, 9B and 47. RGB value is (54,155,71). Sum of RGB (Red+Green+Blue) = 54+155+71=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #369B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369B47 is #C964B8. Grayscale: #737373. Windows color (decimal): -13198521 or 4692790. OLE color: 4692790.

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

Color convert

RGB 54 155 71 -
CMYK 0.65 0 0.54 0.39
HSL 130.1º 0.48% 0.41% -
HSV(B) 130.1º 0.65% 0.61% -
XYZ 14.38 24.68 9.97 -
YUV 115.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 54 155 71 0.65 0 0.54 0.39 130.1 0.48 0.41
Hex 36 9B 47 41 0 36 27 82 30 29
Octal 66 233 107 101 0 66 47 202 60 51
Binary 110110 10011011 1000111 1000001 0 110110 100111 10000010 110000 101001

Color Harmonies of #369B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B47

Black with #369B47

Text Example


Text Example

White with #369B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,155,71); }

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

background-color css

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

 a { background-color: rgb(54,155,71); }

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

border-color css

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

 span { border-color: rgb(54,155,71); }

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