Html Css Color HEX #419355 Chateau Green

📋 copy color: '#419355'

red 65 ◦ green 147 ◦ blue 85

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

Shades of Chateau Green #419355

Tints of Chateau Green #419355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 21.89%
G = 49.49%
B = 28.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#419355 (or 0x419355) is known color: Chateau Green. HEX triplet: 41, 93 and 55. RGB value is (65,147,85). Sum of RGB (Red+Green+Blue) = 65+147+85=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #419355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419355 is #BE6CAA. Grayscale: #737373. Windows color (decimal): -12479659 or 5608257. OLE color: 5608257.

HSL color Cylindrical-coordinate representation of color #419355: hue angle of 134.63º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419355 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 85 -
CMYK 0.56 0 0.42 0.42
HSL 134.63º 0.39% 0.42% -
HSV(B) 134.63º 0.56% 0.58% -
XYZ 14.25 22.65 12.21 -
YUV 115.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 65 147 85 0.56 0 0.42 0.42 134.63 0.39 0.42
Hex 41 93 55 38 0 2A 2A 87 27 2A
Octal 101 223 125 70 0 52 52 207 47 52
Binary 1000001 10010011 1010101 111000 0 101010 101010 10000111 100111 101010

Color Harmonies of #419355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419355

Black with #419355

Text Example


Text Example

White with #419355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419355; }

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

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

background-color css

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

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

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

border-color css

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

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

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