Html Css Color HEX #419255 Chateau Green

📋 copy color: '#419255'

red 65 ◦ green 146 ◦ blue 85

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

Shades of Chateau Green #419255

Tints of Chateau Green #419255

RGB

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

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

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

R = 21.96%
G = 49.32%
B = 28.72%

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

#419255 (or 0x419255) is known color: Chateau Green. HEX triplet: 41, 92 and 55. RGB value is (65,146,85). Sum of RGB (Red+Green+Blue) = 65+146+85=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #419255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419255 is #BE6DAA. Grayscale: #727272. Windows color (decimal): -12479915 or 5608001. OLE color: 5608001.

HSL color Cylindrical-coordinate representation of color #419255: hue angle of 134.81º 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 #419255 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 85 -
CMYK 0.55 0 0.42 0.43
HSL 134.81º 0.38% 0.41% -
HSV(B) 134.81º 0.55% 0.57% -
XYZ 14.1 22.34 12.16 -
YUV 114.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 65 146 85 0.55 0 0.42 0.43 134.81 0.38 0.41
Hex 41 92 55 37 0 2A 2B 87 26 29
Octal 101 222 125 67 0 52 53 207 46 51
Binary 1000001 10010010 1010101 110111 0 101010 101011 10000111 100110 101001

Color Harmonies of #419255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419255

Black with #419255

Text Example


Text Example

White with #419255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419255; }

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

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

background-color css

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

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

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

border-color css

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

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

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