#45836F

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

Shades of Viridian #45836F

Tints of Viridian #45836F

Color information

#45836F (or 0x45836F) is unknown color: approx Viridian. HEX triplet: 45, 83 and 6F. RGB value is (69,131,111). Sum of RGB (Red+Green+Blue) = 69+131+111=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #45836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45836F is #BA7C90. Grayscale: #6E6E6E. Windows color (decimal): -12221585 or 7308101. OLE color: 7308101.

HSL color Cylindrical-coordinate representation of color #45836F: hue angle of 160.65º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45836F is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB69131111-
CMYK0.4700.150.49
HSL160.65º31%39.22%-
HSV(B)160.65º47.33%51.37%-
XYZ13.4418.6517.93-
YUV110.18128.4698.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=22.19%
G=42.12%
B=35.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691311110.4700.150.49160.653139.22
Hex45836F2F0F31a11f27
Octal10520315757017612413747
Binary1000101100000111101111101111011111100011010000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45836F; }

 p { color: rgb(69,131,111); }

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

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

 a { background-color: rgb(69,131,111); }

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

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

 span { border-color: rgb(69,131,111); }

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