Html Css Color HEX #468C5B Chateau Green

📋 copy color: '#468C5B'

red 70 ◦ green 140 ◦ blue 91

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

Shades of Chateau Green #468C5B

Tints of Chateau Green #468C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.51%

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 23.26%
G = 46.51%
B = 30.23%

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

#468C5B (or 0x468C5B) is known color: Chateau Green. HEX triplet: 46, 8C and 5B. RGB value is (70,140,91). Sum of RGB (Red+Green+Blue) = 70+140+91=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #468C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C5B is #B973A4. Grayscale: #717171. Windows color (decimal): -12153765 or 5999686. OLE color: 5999686.

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

Color convert

RGB 70 140 91 -
CMYK 0.50 0 0.35 0.45
HSL 138º 0.33% 0.41% -
HSV(B) 138º 0.5% 0.55% -
XYZ 13.79 20.81 13.19 -
YUV 113.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 70 140 91 0.50 0 0.35 0.45 138 0.33 0.41
Hex 46 8C 5B 32 0 23 2D 8A 21 29
Octal 106 214 133 62 0 43 55 212 41 51
Binary 1000110 10001100 1011011 110010 0 100011 101101 10001010 100001 101001

Color Harmonies of #468C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C5B

Black with #468C5B

Text Example


Text Example

White with #468C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,140,91); }

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

background-color css

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

 a { background-color: rgb(70,140,91); }

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

border-color css

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

 span { border-color: rgb(70,140,91); }

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