Html Css Color HEX #369B4A Chateau Green

📋 copy color: '#369B4A'

red 54 ◦ green 155 ◦ blue 74

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

Shades of Chateau Green #369B4A

Tints of Chateau Green #369B4A

RGB

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

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

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

R = 19.08%
G = 54.77%
B = 26.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#369B4A (or 0x369B4A) is known color: Chateau Green. HEX triplet: 36, 9B and 4A. RGB value is (54,155,74). Sum of RGB (Red+Green+Blue) = 54+155+74=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #369B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369B4A is #C964B5. Grayscale: #737373. Windows color (decimal): -13198518 or 4889398. OLE color: 4889398.

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

Color convert

RGB 54 155 74 -
CMYK 0.65 0 0.52 0.39
HSL 131.88º 0.48% 0.41% -
HSV(B) 131.88º 0.65% 0.61% -
XYZ 14.48 24.72 10.49 -
YUV 115.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 54 155 74 0.65 0 0.52 0.39 131.88 0.48 0.41
Hex 36 9B 4A 41 0 34 27 84 30 29
Octal 66 233 112 101 0 64 47 204 60 51
Binary 110110 10011011 1001010 1000001 0 110100 100111 10000100 110000 101001

Color Harmonies of #369B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B4A

Black with #369B4A

Text Example


Text Example

White with #369B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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