Html Css Color HEX #468D5C Chateau Green

📋 copy color: '#468D5C'

red 70 ◦ green 141 ◦ blue 92

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

Shades of Chateau Green #468D5C

Tints of Chateau Green #468D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 23.1%
G = 46.53%
B = 30.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#468D5C (or 0x468D5C) is known color: Chateau Green. HEX triplet: 46, 8D and 5C. RGB value is (70,141,92). Sum of RGB (Red+Green+Blue) = 70+141+92=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #468D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D5C is #B972A3. Grayscale: #727272. Windows color (decimal): -12153508 or 6065478. OLE color: 6065478.

HSL color Cylindrical-coordinate representation of color #468D5C: hue angle of 138.59º 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 #468D5C is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 92 -
CMYK 0.50 0 0.35 0.45
HSL 138.59º 0.34% 0.41% -
HSV(B) 138.59º 0.5% 0.55% -
XYZ 13.98 21.12 13.47 -
YUV 114.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 70 141 92 0.50 0 0.35 0.45 138.59 0.34 0.41
Hex 46 8D 5C 32 0 23 2D 8B 22 29
Octal 106 215 134 62 0 43 55 213 42 51
Binary 1000110 10001101 1011100 110010 0 100011 101101 10001011 100010 101001

Color Harmonies of #468D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D5C

Black with #468D5C

Text Example


Text Example

White with #468D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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