Html Css Color HEX #369D4B Chateau Green

📋 copy color: '#369D4B'

red 54 ◦ green 157 ◦ blue 75

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

Shades of Chateau Green #369D4B

Tints of Chateau Green #369D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 18.88%
G = 54.9%
B = 26.22%

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

#369D4B (or 0x369D4B) is known color: Chateau Green. HEX triplet: 36, 9D and 4B. RGB value is (54,157,75). Sum of RGB (Red+Green+Blue) = 54+157+75=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #369D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D4B is #C962B4. Grayscale: #757575. Windows color (decimal): -13198005 or 4955446. OLE color: 4955446.

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

Color convert

RGB 54 157 75 -
CMYK 0.66 0 0.52 0.38
HSL 132.23º 0.49% 0.41% -
HSV(B) 132.23º 0.66% 0.62% -
XYZ 14.85 25.41 10.78 -
YUV 116.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 54 157 75 0.66 0 0.52 0.38 132.23 0.49 0.41
Hex 36 9D 4B 42 0 34 26 84 31 29
Octal 66 235 113 102 0 64 46 204 61 51
Binary 110110 10011101 1001011 1000010 0 110100 100110 10000100 110001 101001

Color Harmonies of #369D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D4B

Black with #369D4B

Text Example


Text Example

White with #369D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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