Html Css Color HEX #419250 Chateau Green

📋 copy color: '#419250'

red 65 ◦ green 146 ◦ blue 80

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

Shades of Chateau Green #419250

Tints of Chateau Green #419250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 22.34%
G = 50.17%
B = 27.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#419250 (or 0x419250) is known color: Chateau Green. HEX triplet: 41, 92 and 50. RGB value is (65,146,80). Sum of RGB (Red+Green+Blue) = 65+146+80=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #419250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419250 is #BE6DAF. Grayscale: #727272. Windows color (decimal): -12479920 or 5280321. OLE color: 5280321.

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

Color convert

RGB 65 146 80 -
CMYK 0.55 0 0.45 0.43
HSL 131.11º 0.38% 0.41% -
HSV(B) 131.11º 0.55% 0.57% -
XYZ 13.91 22.26 11.15 -
YUV 114.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 65 146 80 0.55 0 0.45 0.43 131.11 0.38 0.41
Hex 41 92 50 37 0 2D 2B 83 26 29
Octal 101 222 120 67 0 55 53 203 46 51
Binary 1000001 10010010 1010000 110111 0 101101 101011 10000011 100110 101001

Color Harmonies of #419250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419250

Black with #419250

Text Example


Text Example

White with #419250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419250; }

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

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

background-color css

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

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

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

border-color css

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

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

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