Html Css Color HEX #369B46 Chateau Green

📋 copy color: '#369B46'

red 54 ◦ green 155 ◦ blue 70

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

Shades of Chateau Green #369B46

Tints of Chateau Green #369B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 19.35%
G = 55.56%
B = 25.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#369B46 (or 0x369B46) is known color: Chateau Green. HEX triplet: 36, 9B and 46. RGB value is (54,155,70). Sum of RGB (Red+Green+Blue) = 54+155+70=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #369B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369B46 is #C964B9. Grayscale: #737373. Windows color (decimal): -13198522 or 4627254. OLE color: 4627254.

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

Color convert

RGB 54 155 70 -
CMYK 0.65 0 0.55 0.39
HSL 129.5º 0.48% 0.41% -
HSV(B) 129.5º 0.65% 0.61% -
XYZ 14.35 24.67 9.8 -
YUV 115.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 54 155 70 0.65 0 0.55 0.39 129.5 0.48 0.41
Hex 36 9B 46 41 0 37 27 82 30 29
Octal 66 233 106 101 0 67 47 202 60 51
Binary 110110 10011011 1000110 1000001 0 110111 100111 10000010 110000 101001

Color Harmonies of #369B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B46

Black with #369B46

Text Example


Text Example

White with #369B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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