#4C635C

Color #4C635C Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #4C635C

Tints of Viridian Green #4C635C

Color information

#4C635C (or 0x4C635C) is unknown color: approx Viridian Green. HEX triplet: 4C, 63 and 5C. RGB value is (76,99,92). Sum of RGB (Red+Green+Blue) = 76+99+92=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #4C635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C635C is #B39CA3. Grayscale: #5B5B5B. Windows color (decimal): -11771044 or 6054732. OLE color: 6054732.

HSL color Cylindrical-coordinate representation of color #4C635C: hue angle of 161.74º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C635C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB769992-
CMYK0.2300.070.61
HSL161.74º13.14%34.31%-
HSV(B)161.74º23.23%38.82%-
XYZ9.3711.2311.8-
YUV91.32128.38117.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=28.46%
G=37.08%
B=34.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699920.2300.070.61161.7413.1434.31
Hex4C635C17073Da2d22
Octal1141431342707752421542
Binary100110011000111011100101110111111101101000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C635C; }

 p { color: rgb(76,99,92); }

 H1.HeaderClassName
 {
   color: #4C635C;
 }
 .AnyTagClassName
 {
   color: #4C635C;
 }
</style>
background-color css

<style>
 a { background-color: #4C635C; }

 a { background-color: rgb(76,99,92); }

 div.DivClassName
 {
   background-color: #4C635C;
 }
 .BgClassName
 {
   background-color: #4C635C;
 }
</style>
border-color css

<style>
 span { border-color: #4C635C; }

 span { border-color: rgb(76,99,92); }

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