Html Css Color HEX #418D4D Chateau Green

📋 copy color: '#418D4D'

red 65 ◦ green 141 ◦ blue 77

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

Shades of Chateau Green #418D4D

Tints of Chateau Green #418D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 22.97%
G = 49.82%
B = 27.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#418D4D (or 0x418D4D) is known color: Chateau Green. HEX triplet: 41, 8D and 4D. RGB value is (65,141,77). Sum of RGB (Red+Green+Blue) = 65+141+77=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #418D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D4D is #BE72B2. Grayscale: #6F6F6F. Windows color (decimal): -12481203 or 5082433. OLE color: 5082433.

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

Color convert

RGB 65 141 77 -
CMYK 0.54 0 0.45 0.45
HSL 129.47º 0.37% 0.4% -
HSV(B) 129.47º 0.54% 0.55% -
XYZ 13.04 20.71 10.33 -
YUV 110.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 65 141 77 0.54 0 0.45 0.45 129.47 0.37 0.4
Hex 41 8D 4D 36 0 2D 2D 81 25 28
Octal 101 215 115 66 0 55 55 201 45 50
Binary 1000001 10001101 1001101 110110 0 101101 101101 10000001 100101 101000

Color Harmonies of #418D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D4D

Black with #418D4D

Text Example


Text Example

White with #418D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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