Html Css Color HEX #369E4C Chateau Green

📋 copy color: '#369E4C'

red 54 ◦ green 158 ◦ blue 76

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

Shades of Chateau Green #369E4C

Tints of Chateau Green #369E4C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 54.86%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 18.75%
G = 54.86%
B = 26.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#369E4C (or 0x369E4C) is known color: Chateau Green. HEX triplet: 36, 9E and 4C. RGB value is (54,158,76). Sum of RGB (Red+Green+Blue) = 54+158+76=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #369E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369E4C is #C961B3. Grayscale: #757575. Windows color (decimal): -13197748 or 5021238. OLE color: 5021238.

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

Color convert

RGB 54 158 76 -
CMYK 0.66 0 0.52 0.38
HSL 132.69º 0.49% 0.42% -
HSV(B) 132.69º 0.66% 0.62% -
XYZ 15.05 25.76 11.02 -
YUV 117.56 104.54 82.67 -
System Red Green Blue C M Y K H S L
Decimal 54 158 76 0.66 0 0.52 0.38 132.69 0.49 0.42
Hex 36 9E 4C 42 0 34 26 85 31 2A
Octal 66 236 114 102 0 64 46 205 61 52
Binary 110110 10011110 1001100 1000010 0 110100 100110 10000101 110001 101010

Color Harmonies of #369E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E4C

Black with #369E4C

Text Example


Text Example

White with #369E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,158,76); }

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

background-color css

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

 a { background-color: rgb(54,158,76); }

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

border-color css

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

 span { border-color: rgb(54,158,76); }

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