Html Css Color HEX #469D65 Chateau Green

📋 copy color: '#469D65'

red 70 ◦ green 157 ◦ blue 101

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

Shades of Chateau Green #469D65

Tints of Chateau Green #469D65

RGB

 RED value IS 70 (27.73% from 255) = 21.34%

 GREEN value IS 157 (61.72% from 255) = 47.87%

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 21.34%
G = 47.87%
B = 30.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#469D65 (or 0x469D65) is known color: Chateau Green. HEX triplet: 46, 9D and 65. RGB value is (70,157,101). Sum of RGB (Red+Green+Blue) = 70+157+101=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #469D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D65 is #B9629A. Grayscale: #7C7C7C. Windows color (decimal): -12149403 or 6659398. OLE color: 6659398.

HSL color Cylindrical-coordinate representation of color #469D65: hue angle of 141.38º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D65 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 101 -
CMYK 0.55 0 0.36 0.38
HSL 141.38º 0.38% 0.45% -
HSV(B) 141.38º 0.55% 0.62% -
XYZ 16.93 26.36 16.51 -
YUV 124.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 70 157 101 0.55 0 0.36 0.38 141.38 0.38 0.45
Hex 46 9D 65 37 0 24 26 8D 26 2D
Octal 106 235 145 67 0 44 46 215 46 55
Binary 1000110 10011101 1100101 110111 0 100100 100110 10001101 100110 101101

Color Harmonies of #469D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D65

Black with #469D65

Text Example


Text Example

White with #469D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469D65; }

 p { color: rgb(70,157,101); }

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

background-color css

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

 a { background-color: rgb(70,157,101); }

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

border-color css

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

 span { border-color: rgb(70,157,101); }

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