Html Css Color HEX #369D48 Chateau Green

📋 copy color: '#369D48'

red 54 ◦ green 157 ◦ blue 72

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

Shades of Chateau Green #369D48

Tints of Chateau Green #369D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 19.08%
G = 55.48%
B = 25.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#369D48 (or 0x369D48) is known color: Chateau Green. HEX triplet: 36, 9D and 48. RGB value is (54,157,72). Sum of RGB (Red+Green+Blue) = 54+157+72=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #369D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D48 is #C962B7. Grayscale: #747474. Windows color (decimal): -13198008 or 4758838. OLE color: 4758838.

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

Color convert

RGB 54 157 72 -
CMYK 0.66 0 0.54 0.38
HSL 130.49º 0.49% 0.41% -
HSV(B) 130.49º 0.66% 0.62% -
XYZ 14.75 25.37 10.25 -
YUV 116.51 102.88 83.41 -
System Red Green Blue C M Y K H S L
Decimal 54 157 72 0.66 0 0.54 0.38 130.49 0.49 0.41
Hex 36 9D 48 42 0 36 26 82 31 29
Octal 66 235 110 102 0 66 46 202 61 51
Binary 110110 10011101 1001000 1000010 0 110110 100110 10000010 110001 101001

Color Harmonies of #369D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D48

Black with #369D48

Text Example


Text Example

White with #369D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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