Html Css Color HEX #369B4E Chateau Green

📋 copy color: '#369B4E'

red 54 ◦ green 155 ◦ blue 78

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

Shades of Chateau Green #369B4E

Tints of Chateau Green #369B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.18%

R = 18.82%
G = 54.01%
B = 27.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#369B4E (or 0x369B4E) is known color: Chateau Green. HEX triplet: 36, 9B and 4E. RGB value is (54,155,78). Sum of RGB (Red+Green+Blue) = 54+155+78=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #369B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B4E is #C964B1. Grayscale: #747474. Windows color (decimal): -13198514 or 5151542. OLE color: 5151542.

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

Color convert

RGB 54 155 78 -
CMYK 0.65 0 0.50 0.39
HSL 134.26º 0.48% 0.41% -
HSV(B) 134.26º 0.65% 0.61% -
XYZ 14.62 24.78 11.22 -
YUV 116.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 54 155 78 0.65 0 0.50 0.39 134.26 0.48 0.41
Hex 36 9B 4E 41 0 32 27 86 30 29
Octal 66 233 116 101 0 62 47 206 60 51
Binary 110110 10011011 1001110 1000001 0 110010 100111 10000110 110000 101001

Color Harmonies of #369B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B4E

Black with #369B4E

Text Example


Text Example

White with #369B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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