#446453

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

Shades of Viridian Green #446453

Tints of Viridian Green #446453

Color information

#446453 (or 0x446453) is unknown color: approx Viridian Green. HEX triplet: 44, 64 and 53. RGB value is (68,100,83). Sum of RGB (Red+Green+Blue) = 68+100+83=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #446453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446453 is #BB9BAC. Grayscale: #585858. Windows color (decimal): -12295085 or 5465156. OLE color: 5465156.

HSL color Cylindrical-coordinate representation of color #446453: hue angle of 148.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #446453 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB6810083-
CMYK0.3200.170.61
HSL148.12º19.05%32.94%-
HSV(B)148.12º32%39.22%-
XYZ8.510.979.85-
YUV88.49124.9113.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=27.09%
G=39.84%
B=33.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100830.3200.170.61148.1219.0532.94
Hex446453200113D941321
Octal10414412340021752242341
Binary1000100110010010100111000000100011111011001010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446453; }

 p { color: rgb(68,100,83); }

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

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

 a { background-color: rgb(68,100,83); }

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

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

 span { border-color: rgb(68,100,83); }

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