Html Css Color HEX #369A4B Chateau Green

📋 copy color: '#369A4B'

red 54 ◦ green 154 ◦ blue 75

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

Shades of Chateau Green #369A4B

Tints of Chateau Green #369A4B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.42%

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

R = 19.08%
G = 54.42%
B = 26.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#369A4B (or 0x369A4B) is known color: Chateau Green. HEX triplet: 36, 9A and 4B. RGB value is (54,154,75). Sum of RGB (Red+Green+Blue) = 54+154+75=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #369A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A4B is #C965B4. Grayscale: #737373. Windows color (decimal): -13198773 or 4954678. OLE color: 4954678.

HSL color Cylindrical-coordinate representation of color #369A4B: hue angle of 132.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A4B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 75 -
CMYK 0.65 0 0.51 0.40
HSL 132.6º 0.48% 0.41% -
HSV(B) 132.6º 0.65% 0.6% -
XYZ 14.35 24.4 10.61 -
YUV 115.09 105.37 84.42 -
System Red Green Blue C M Y K H S L
Decimal 54 154 75 0.65 0 0.51 0.40 132.6 0.48 0.41
Hex 36 9A 4B 41 0 33 28 85 30 29
Octal 66 232 113 101 0 63 50 205 60 51
Binary 110110 10011010 1001011 1000001 0 110011 101000 10000101 110000 101001

Color Harmonies of #369A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A4B

Black with #369A4B

Text Example


Text Example

White with #369A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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