Html Css Color HEX #46925C Chateau Green

📋 copy color: '#46925C'

red 70 ◦ green 146 ◦ blue 92

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

Shades of Chateau Green #46925C

Tints of Chateau Green #46925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.4%

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

R = 22.73%
G = 47.4%
B = 29.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#46925C (or 0x46925C) is known color: Chateau Green. HEX triplet: 46, 92 and 5C. RGB value is (70,146,92). Sum of RGB (Red+Green+Blue) = 70+146+92=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #46925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46925C is #B96DA3. Grayscale: #757575. Windows color (decimal): -12152228 or 6066758. OLE color: 6066758.

HSL color Cylindrical-coordinate representation of color #46925C: hue angle of 137.37º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46925C is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 92 -
CMYK 0.52 0 0.37 0.43
HSL 137.37º 0.35% 0.42% -
HSV(B) 137.37º 0.52% 0.57% -
XYZ 14.74 22.63 13.72 -
YUV 117.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 70 146 92 0.52 0 0.37 0.43 137.37 0.35 0.42
Hex 46 92 5C 34 0 25 2B 89 23 2A
Octal 106 222 134 64 0 45 53 211 43 52
Binary 1000110 10010010 1011100 110100 0 100101 101011 10001001 100011 101010

Color Harmonies of #46925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46925C

Black with #46925C

Text Example


Text Example

White with #46925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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