#34846B

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

Shades of Viridian #34846B

Tints of Viridian #34846B

Color information

#34846B (or 0x34846B) is unknown color: approx Viridian. HEX triplet: 34, 84 and 6B. RGB value is (52,132,107). Sum of RGB (Red+Green+Blue) = 52+132+107=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #34846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34846B is #CB7B94. Grayscale: #696969. Windows color (decimal): -13335445 or 7046196. OLE color: 7046196.

HSL color Cylindrical-coordinate representation of color #34846B: hue angle of 161.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34846B is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB52132107-
CMYK0.6100.190.48
HSL161.25º43.48%36.08%-
HSV(B)161.25º60.61%51.76%-
XYZ12.3218.2916.79-
YUV105.2312990.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=17.87%
G=45.36%
B=36.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321070.6100.190.48161.2543.4836.08
Hex34846B3D01330a12b24
Octal6420415375023602415344
Binary11010010000100110101111110101001111000010100001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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