Html Css Color HEX #34846B Viridian

📋 copy color: '#34846B'

red 52 ◦ green 132 ◦ blue 107

#34846B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #34846B

Tints of Viridian #34846B

RGB

 RED value IS 52 (20.7% 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 value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#34846B (or 0x34846B) is known color: 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

RGB 52 132 107 -
CMYK 0.61 0 0.19 0.48
HSL 161.25º 0.43% 0.36% -
HSV(B) 161.25º 0.61% 0.52% -
XYZ 12.32 18.29 16.79 -
YUV 105.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 52 132 107 0.61 0 0.19 0.48 161.25 0.43 0.36
Hex 34 84 6B 3D 0 13 30 A1 2B 24
Octal 64 204 153 75 0 23 60 241 53 44
Binary 110100 10000100 1101011 111101 0 10011 110000 10100001 101011 100100

Color Harmonies of #34846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34846B

Black with #34846B

Text Example


Text Example

White with #34846B

Text Example


Text Example

HTML Codes & Css Web 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>