Html Css Color HEX #419862 Chateau Green

📋 copy color: '#419862'

red 65 ◦ green 152 ◦ blue 98

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

Shades of Chateau Green #419862

Tints of Chateau Green #419862

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 20.63%
G = 48.25%
B = 31.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#419862 (or 0x419862) is known color: Chateau Green. HEX triplet: 41, 98 and 62. RGB value is (65,152,98). Sum of RGB (Red+Green+Blue) = 65+152+98=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #419862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419862 is #BE679D. Grayscale: #777777. Windows color (decimal): -12478366 or 6461505. OLE color: 6461505.

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

Color convert

RGB 65 152 98 -
CMYK 0.57 0 0.36 0.40
HSL 142.76º 0.4% 0.43% -
HSV(B) 142.76º 0.57% 0.6% -
XYZ 15.61 24.46 15.45 -
YUV 119.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 65 152 98 0.57 0 0.36 0.40 142.76 0.4 0.43
Hex 41 98 62 39 0 24 28 8F 28 2B
Octal 101 230 142 71 0 44 50 217 50 53
Binary 1000001 10011000 1100010 111001 0 100100 101000 10001111 101000 101011

Color Harmonies of #419862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419862

Black with #419862

Text Example


Text Example

White with #419862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419862; }

 p { color: rgb(65,152,98); }

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

background-color css

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

 a { background-color: rgb(65,152,98); }

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

border-color css

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

 span { border-color: rgb(65,152,98); }

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