Html Css Color HEX #369A4D Chateau Green

📋 copy color: '#369A4D'

red 54 ◦ green 154 ◦ blue 77

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

Shades of Chateau Green #369A4D

Tints of Chateau Green #369A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 18.95%
G = 54.04%
B = 27.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#369A4D (or 0x369A4D) is known color: Chateau Green. HEX triplet: 36, 9A and 4D. RGB value is (54,154,77). Sum of RGB (Red+Green+Blue) = 54+154+77=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #369A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A4D is #C965B2. Grayscale: #737373. Windows color (decimal): -13198771 or 5085750. OLE color: 5085750.

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

Color convert

RGB 54 154 77 -
CMYK 0.65 0 0.50 0.40
HSL 133.8º 0.48% 0.41% -
HSV(B) 133.8º 0.65% 0.6% -
XYZ 14.42 24.43 10.98 -
YUV 115.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 54 154 77 0.65 0 0.50 0.40 133.8 0.48 0.41
Hex 36 9A 4D 41 0 32 28 86 30 29
Octal 66 232 115 101 0 62 50 206 60 51
Binary 110110 10011010 1001101 1000001 0 110010 101000 10000110 110000 101001

Color Harmonies of #369A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A4D

Black with #369A4D

Text Example


Text Example

White with #369A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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