Html Css Color HEX #419952 Chateau Green

📋 copy color: '#419952'

red 65 ◦ green 153 ◦ blue 82

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

Shades of Chateau Green #419952

Tints of Chateau Green #419952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

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

R = 21.67%
G = 51%
B = 27.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#419952 (or 0x419952) is known color: Chateau Green. HEX triplet: 41, 99 and 52. RGB value is (65,153,82). Sum of RGB (Red+Green+Blue) = 65+153+82=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #419952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419952 is #BE66AD. Grayscale: #767676. Windows color (decimal): -12478126 or 5413185. OLE color: 5413185.

HSL color Cylindrical-coordinate representation of color #419952: hue angle of 131.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419952 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 82 -
CMYK 0.58 0 0.46 0.4
HSL 131.59º 0.4% 0.43% -
HSV(B) 131.59º 0.58% 0.6% -
XYZ 15.09 24.52 11.92 -
YUV 118.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 65 153 82 0.58 0 0.46 0.4 131.59 0.4 0.43
Hex 41 99 52 3A 0 2E 28 84 28 2B
Octal 101 231 122 72 0 56 50 204 50 53
Binary 1000001 10011001 1010010 111010 0 101110 101000 10000100 101000 101011

Color Harmonies of #419952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419952

Black with #419952

Text Example


Text Example

White with #419952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419952; }

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

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

background-color css

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

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

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

border-color css

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

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

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