#34826B

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

Shades of Viridian #34826B

Tints of Viridian #34826B

Color information

#34826B (or 0x34826B) is unknown color: approx Viridian. HEX triplet: 34, 82 and 6B. RGB value is (52,130,107). Sum of RGB (Red+Green+Blue) = 52+130+107=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #34826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34826B is #CB7D94. Grayscale: #686868. Windows color (decimal): -13335957 or 7045684. OLE color: 7045684.

HSL color Cylindrical-coordinate representation of color #34826B: hue angle of 162.31º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34826B is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB52130107-
CMYK0.6000.180.49
HSL162.31º42.86%35.69%-
HSV(B)162.31º60%50.98%-
XYZ12.0517.7616.7-
YUV104.06129.6690.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=17.99%
G=44.98%
B=37.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521301070.6000.180.49162.3142.8635.69
Hex34826B3C01231a22b24
Octal6420215374022612425344
Binary11010010000010110101111110001001011000110100010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34826B; }

 p { color: rgb(52,130,107); }

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

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

 a { background-color: rgb(52,130,107); }

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

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

 span { border-color: rgb(52,130,107); }

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