Html Css Color HEX #368D45 Chateau Green

📋 copy color: '#368D45'

red 54 ◦ green 141 ◦ blue 69

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

Shades of Chateau Green #368D45

Tints of Chateau Green #368D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.41%

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 20.45%
G = 53.41%
B = 26.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#368D45 (or 0x368D45) is known color: Chateau Green. HEX triplet: 36, 8D and 45. RGB value is (54,141,69). Sum of RGB (Red+Green+Blue) = 54+141+69=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #368D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D45 is #C972BA. Grayscale: #6A6A6A. Windows color (decimal): -13202107 or 4558134. OLE color: 4558134.

HSL color Cylindrical-coordinate representation of color #368D45: hue angle of 130.34º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D45 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 141 69 -
CMYK 0.62 0 0.51 0.45
HSL 130.34º 0.45% 0.38% -
HSV(B) 130.34º 0.62% 0.55% -
XYZ 12.12 20.26 8.9 -
YUV 106.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 54 141 69 0.62 0 0.51 0.45 130.34 0.45 0.38
Hex 36 8D 45 3E 0 33 2D 82 2D 26
Octal 66 215 105 76 0 63 55 202 55 46
Binary 110110 10001101 1000101 111110 0 110011 101101 10000010 101101 100110

Color Harmonies of #368D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D45

Black with #368D45

Text Example


Text Example

White with #368D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368D45; }

 p { color: rgb(54,141,69); }

 H1.HeaderClassName
 {
   color: #368D45;
 }
 .AnyTagClassName
 {
   color: #368D45;
 }
</style>

background-color css

<style>
 a { background-color: #368D45; }

 a { background-color: rgb(54,141,69); }

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

border-color css

<style>
 span { border-color: #368D45; }

 span { border-color: rgb(54,141,69); }

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