Html Css Color HEX #419254 Chateau Green

📋 copy color: '#419254'

red 65 ◦ green 146 ◦ blue 84

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

Shades of Chateau Green #419254

Tints of Chateau Green #419254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 22.03%
G = 49.49%
B = 28.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#419254 (or 0x419254) is known color: Chateau Green. HEX triplet: 41, 92 and 54. RGB value is (65,146,84). Sum of RGB (Red+Green+Blue) = 65+146+84=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #419254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419254 is #BE6DAB. Grayscale: #727272. Windows color (decimal): -12479916 or 5542465. OLE color: 5542465.

HSL color Cylindrical-coordinate representation of color #419254: hue angle of 134.07º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419254 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 84 -
CMYK 0.55 0 0.42 0.43
HSL 134.07º 0.38% 0.41% -
HSV(B) 134.07º 0.55% 0.57% -
XYZ 14.06 22.32 11.96 -
YUV 114.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 65 146 84 0.55 0 0.42 0.43 134.07 0.38 0.41
Hex 41 92 54 37 0 2A 2B 86 26 29
Octal 101 222 124 67 0 52 53 206 46 51
Binary 1000001 10010010 1010100 110111 0 101010 101011 10000110 100110 101001

Color Harmonies of #419254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419254

Black with #419254

Text Example


Text Example

White with #419254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419254; }

 p { color: rgb(65,146,84); }

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

background-color css

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

 a { background-color: rgb(65,146,84); }

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

border-color css

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

 span { border-color: rgb(65,146,84); }

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