Html Css Color HEX #418A51 Chateau Green

📋 copy color: '#418A51'

red 65 ◦ green 138 ◦ blue 81

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

Shades of Chateau Green #418A51

Tints of Chateau Green #418A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.59%

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 22.89%
G = 48.59%
B = 28.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#418A51 (or 0x418A51) is known color: Chateau Green. HEX triplet: 41, 8A and 51. RGB value is (65,138,81). Sum of RGB (Red+Green+Blue) = 65+138+81=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #418A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A51 is #BE75AE. Grayscale: #6D6D6D. Windows color (decimal): -12481967 or 5343809. OLE color: 5343809.

HSL color Cylindrical-coordinate representation of color #418A51: hue angle of 133.15º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A51 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 81 -
CMYK 0.53 0 0.41 0.46
HSL 133.15º 0.36% 0.4% -
HSV(B) 133.15º 0.53% 0.54% -
XYZ 12.75 19.89 10.95 -
YUV 109.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 65 138 81 0.53 0 0.41 0.46 133.15 0.36 0.4
Hex 41 8A 51 35 0 29 2E 85 24 28
Octal 101 212 121 65 0 51 56 205 44 50
Binary 1000001 10001010 1010001 110101 0 101001 101110 10000101 100100 101000

Color Harmonies of #418A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A51

Black with #418A51

Text Example


Text Example

White with #418A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,81); }

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

background-color css

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

 a { background-color: rgb(65,138,81); }

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

border-color css

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

 span { border-color: rgb(65,138,81); }

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