Html Css Color HEX #419761 Chateau Green

📋 copy color: '#419761'

red 65 ◦ green 151 ◦ blue 97

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

Shades of Chateau Green #419761

Tints of Chateau Green #419761

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.24%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 20.77%
G = 48.24%
B = 30.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#419761 (or 0x419761) is known color: Chateau Green. HEX triplet: 41, 97 and 61. RGB value is (65,151,97). Sum of RGB (Red+Green+Blue) = 65+151+97=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #419761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419761 is #BE689E. Grayscale: #777777. Windows color (decimal): -12478623 or 6395713. OLE color: 6395713.

HSL color Cylindrical-coordinate representation of color #419761: hue angle of 142.33º 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 #419761 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 97 -
CMYK 0.57 0 0.36 0.41
HSL 142.33º 0.4% 0.42% -
HSV(B) 142.33º 0.57% 0.59% -
XYZ 15.4 24.12 15.15 -
YUV 119.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 65 151 97 0.57 0 0.36 0.41 142.33 0.4 0.42
Hex 41 97 61 39 0 24 29 8E 28 2A
Octal 101 227 141 71 0 44 51 216 50 52
Binary 1000001 10010111 1100001 111001 0 100100 101001 10001110 101000 101010

Color Harmonies of #419761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419761

Black with #419761

Text Example


Text Example

White with #419761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419761; }

 p { color: rgb(65,151,97); }

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

background-color css

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

 a { background-color: rgb(65,151,97); }

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

border-color css

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

 span { border-color: rgb(65,151,97); }

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