#3C7867

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

Shades of Viridian #3C7867

Tints of Viridian #3C7867

Color information

#3C7867 (or 0x3C7867) is unknown color: approx Viridian. HEX triplet: 3C, 78 and 67. RGB value is (60,120,103). Sum of RGB (Red+Green+Blue) = 60+120+103=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7867 is #C38798. Grayscale: #646464. Windows color (decimal): -12814233 or 6780988. OLE color: 6780988.

HSL color Cylindrical-coordinate representation of color #3C7867: hue angle of 163º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7867 is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB60120103-
CMYK0.500.140.53
HSL163º33.33%35.29%-
HSV(B)163º50%47.06%-
XYZ11.0315.3715.22-
YUV100.12129.6299.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=21.20%
G=42.40%
B=36.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601201030.500.140.5316333.3335.29
Hex3C7867320E35a32123
Octal7417014762016652434143
Binary111100111100011001111100100111011010110100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C7867; }

 p { color: rgb(60,120,103); }

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

<style>
 a { background-color: #3C7867; }

 a { background-color: rgb(60,120,103); }

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

<style>
 span { border-color: #3C7867; }

 span { border-color: rgb(60,120,103); }

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