Html Css Color HEX #369D4D Chateau Green

📋 copy color: '#369D4D'

red 54 ◦ green 157 ◦ blue 77

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

Shades of Chateau Green #369D4D

Tints of Chateau Green #369D4D

RGB

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

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

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

R = 18.75%
G = 54.51%
B = 26.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#369D4D (or 0x369D4D) is known color: Chateau Green. HEX triplet: 36, 9D and 4D. RGB value is (54,157,77). Sum of RGB (Red+Green+Blue) = 54+157+77=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #369D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D4D is #C962B2. Grayscale: #757575. Windows color (decimal): -13198003 or 5086518. OLE color: 5086518.

HSL color Cylindrical-coordinate representation of color #369D4D: hue angle of 133.4º 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 #369D4D is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 157 77 -
CMYK 0.66 0 0.51 0.38
HSL 133.4º 0.49% 0.41% -
HSV(B) 133.4º 0.66% 0.62% -
XYZ 14.92 25.43 11.14 -
YUV 117.08 105.38 83 -
System Red Green Blue C M Y K H S L
Decimal 54 157 77 0.66 0 0.51 0.38 133.4 0.49 0.41
Hex 36 9D 4D 42 0 33 26 85 31 29
Octal 66 235 115 102 0 63 46 205 61 51
Binary 110110 10011101 1001101 1000010 0 110011 100110 10000101 110001 101001

Color Harmonies of #369D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D4D

Black with #369D4D

Text Example


Text Example

White with #369D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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