Html Css Color HEX #418D58 Chateau Green

📋 copy color: '#418D58'

red 65 ◦ green 141 ◦ blue 88

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

Shades of Chateau Green #418D58

Tints of Chateau Green #418D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 22.11%
G = 47.96%
B = 29.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#418D58 (or 0x418D58) is known color: Chateau Green. HEX triplet: 41, 8D and 58. RGB value is (65,141,88). Sum of RGB (Red+Green+Blue) = 65+141+88=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #418D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D58 is #BE72A7. Grayscale: #707070. Windows color (decimal): -12481192 or 5803329. OLE color: 5803329.

HSL color Cylindrical-coordinate representation of color #418D58: hue angle of 138.16º 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 #418D58 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 141 88 -
CMYK 0.54 0 0.38 0.45
HSL 138.16º 0.37% 0.4% -
HSV(B) 138.16º 0.54% 0.55% -
XYZ 13.47 20.88 12.55 -
YUV 112.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 65 141 88 0.54 0 0.38 0.45 138.16 0.37 0.4
Hex 41 8D 58 36 0 26 2D 8A 25 28
Octal 101 215 130 66 0 46 55 212 45 50
Binary 1000001 10001101 1011000 110110 0 100110 101101 10001010 100101 101000

Color Harmonies of #418D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D58

Black with #418D58

Text Example


Text Example

White with #418D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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