#34866B

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

Shades of Viridian #34866B

Tints of Viridian #34866B

Color information

#34866B (or 0x34866B) is unknown color: approx Viridian. HEX triplet: 34, 86 and 6B. RGB value is (52,134,107). Sum of RGB (Red+Green+Blue) = 52+134+107=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #34866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34866B is #CB7994. Grayscale: #6A6A6A. Windows color (decimal): -13334933 or 7046708. OLE color: 7046708.

HSL color Cylindrical-coordinate representation of color #34866B: hue angle of 160.24º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34866B is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB52134107-
CMYK0.6100.200.47
HSL160.24º44.09%36.47%-
HSV(B)160.24º61.19%52.55%-
XYZ12.618.8416.88-
YUV106.4128.3389.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=17.75%
G=45.73%
B=36.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341070.6100.200.47160.2444.0936.47
Hex34866B3D0142Fa02c24
Octal6420615375024572405444
Binary11010010000110110101111110101010010111110100000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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