Html Css Color HEX #369D4A Chateau Green

📋 copy color: '#369D4A'

red 54 ◦ green 157 ◦ blue 74

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

Shades of Chateau Green #369D4A

Tints of Chateau Green #369D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 55.09%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 18.95%
G = 55.09%
B = 25.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#369D4A (or 0x369D4A) is known color: Chateau Green. HEX triplet: 36, 9D and 4A. RGB value is (54,157,74). Sum of RGB (Red+Green+Blue) = 54+157+74=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #369D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D4A is #C962B5. Grayscale: #747474. Windows color (decimal): -13198006 or 4889910. OLE color: 4889910.

HSL color Cylindrical-coordinate representation of color #369D4A: hue angle of 131.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D4A is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 157 74 -
CMYK 0.66 0 0.53 0.38
HSL 131.65º 0.49% 0.41% -
HSV(B) 131.65º 0.66% 0.62% -
XYZ 14.81 25.39 10.6 -
YUV 116.74 103.88 83.25 -
System Red Green Blue C M Y K H S L
Decimal 54 157 74 0.66 0 0.53 0.38 131.65 0.49 0.41
Hex 36 9D 4A 42 0 35 26 84 31 29
Octal 66 235 112 102 0 65 46 204 61 51
Binary 110110 10011101 1001010 1000010 0 110101 100110 10000100 110001 101001

Color Harmonies of #369D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D4A

Black with #369D4A

Text Example


Text Example

White with #369D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,157,74); }

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

background-color css

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

 a { background-color: rgb(54,157,74); }

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

border-color css

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

 span { border-color: rgb(54,157,74); }

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