Html Css Color HEX #468D53 Chateau Green

📋 copy color: '#468D53'

red 70 ◦ green 141 ◦ blue 83

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

Shades of Chateau Green #468D53

Tints of Chateau Green #468D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.96%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 23.81%
G = 47.96%
B = 28.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#468D53 (or 0x468D53) is known color: Chateau Green. HEX triplet: 46, 8D and 53. RGB value is (70,141,83). Sum of RGB (Red+Green+Blue) = 70+141+83=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #468D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D53 is #B972AC. Grayscale: #717171. Windows color (decimal): -12153517 or 5475654. OLE color: 5475654.

HSL color Cylindrical-coordinate representation of color #468D53: hue angle of 130.99º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D53 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 83 -
CMYK 0.50 0 0.41 0.45
HSL 130.99º 0.34% 0.41% -
HSV(B) 130.99º 0.5% 0.55% -
XYZ 13.61 20.98 11.52 -
YUV 113.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 70 141 83 0.50 0 0.41 0.45 130.99 0.34 0.41
Hex 46 8D 53 32 0 29 2D 83 22 29
Octal 106 215 123 62 0 51 55 203 42 51
Binary 1000110 10001101 1010011 110010 0 101001 101101 10000011 100010 101001

Color Harmonies of #468D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D53

Black with #468D53

Text Example


Text Example

White with #468D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D53; }

 p { color: rgb(70,141,83); }

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

background-color css

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

 a { background-color: rgb(70,141,83); }

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

border-color css

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

 span { border-color: rgb(70,141,83); }

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