Html Css Color HEX #418D55 Chateau Green

📋 copy color: '#418D55'

red 65 ◦ green 141 ◦ blue 85

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

Shades of Chateau Green #418D55

Tints of Chateau Green #418D55

RGB

 RED value IS 65 (25.78% from 255) = 22.34%

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

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 22.34%
G = 48.45%
B = 29.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#418D55 (or 0x418D55) is known color: Chateau Green. HEX triplet: 41, 8D and 55. RGB value is (65,141,85). Sum of RGB (Red+Green+Blue) = 65+141+85=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #418D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D55 is #BE72AA. Grayscale: #707070. Windows color (decimal): -12481195 or 5606721. OLE color: 5606721.

HSL color Cylindrical-coordinate representation of color #418D55: hue angle of 135.79º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D55 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 141 85 -
CMYK 0.54 0 0.40 0.45
HSL 135.79º 0.37% 0.4% -
HSV(B) 135.79º 0.54% 0.55% -
XYZ 13.34 20.83 11.91 -
YUV 111.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 65 141 85 0.54 0 0.40 0.45 135.79 0.37 0.4
Hex 41 8D 55 36 0 28 2D 88 25 28
Octal 101 215 125 66 0 50 55 210 45 50
Binary 1000001 10001101 1010101 110110 0 101000 101101 10001000 100101 101000

Color Harmonies of #418D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D55

Black with #418D55

Text Example


Text Example

White with #418D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418D55; }

 p { color: rgb(65,141,85); }

 H1.HeaderClassName
 {
   color: #418D55;
 }
 .AnyTagClassName
 {
   color: #418D55;
 }
</style>

background-color css

<style>
 a { background-color: #418D55; }

 a { background-color: rgb(65,141,85); }

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

border-color css

<style>
 span { border-color: #418D55; }

 span { border-color: rgb(65,141,85); }

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