Html Css Color HEX #419652 Chateau Green

📋 copy color: '#419652'

red 65 ◦ green 150 ◦ blue 82

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

Shades of Chateau Green #419652

Tints of Chateau Green #419652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 21.89%
G = 50.51%
B = 27.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#419652 (or 0x419652) is known color: Chateau Green. HEX triplet: 41, 96 and 52. RGB value is (65,150,82). Sum of RGB (Red+Green+Blue) = 65+150+82=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #419652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419652 is #BE69AD. Grayscale: #757575. Windows color (decimal): -12478894 or 5412417. OLE color: 5412417.

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

Color convert

RGB 65 150 82 -
CMYK 0.57 0 0.45 0.41
HSL 132º 0.4% 0.42% -
HSV(B) 132º 0.57% 0.59% -
XYZ 14.61 23.55 11.76 -
YUV 116.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 65 150 82 0.57 0 0.45 0.41 132 0.4 0.42
Hex 41 96 52 39 0 2D 29 84 28 2A
Octal 101 226 122 71 0 55 51 204 50 52
Binary 1000001 10010110 1010010 111001 0 101101 101001 10000100 101000 101010

Color Harmonies of #419652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419652

Black with #419652

Text Example


Text Example

White with #419652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419652; }

 p { color: rgb(65,150,82); }

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

background-color css

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

 a { background-color: rgb(65,150,82); }

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

border-color css

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

 span { border-color: rgb(65,150,82); }

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