Html Css Color HEX #34836B Viridian

📋 copy color: '#34836B'

red 52 ◦ green 131 ◦ blue 107

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

Shades of Viridian #34836B

Tints of Viridian #34836B

RGB

 RED value IS 52 (20.7% from 255) = 17.93%

 GREEN value IS 131 (51.56% from 255) = 45.17%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 17.93%
G = 45.17%
B = 36.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#34836B (or 0x34836B) is known color: Viridian. HEX triplet: 34, 83 and 6B. RGB value is (52,131,107). Sum of RGB (Red+Green+Blue) = 52+131+107=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #34836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34836B is #CB7C94. Grayscale: #686868. Windows color (decimal): -13335701 or 7045940. OLE color: 7045940.

HSL color Cylindrical-coordinate representation of color #34836B: hue angle of 161.77º 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 #34836B is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 107 -
CMYK 0.60 0 0.18 0.49
HSL 161.77º 0.43% 0.36% -
HSV(B) 161.77º 0.6% 0.51% -
XYZ 12.19 18.02 16.75 -
YUV 104.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 52 131 107 0.60 0 0.18 0.49 161.77 0.43 0.36
Hex 34 83 6B 3C 0 12 31 A2 2B 24
Octal 64 203 153 74 0 22 61 242 53 44
Binary 110100 10000011 1101011 111100 0 10010 110001 10100010 101011 100100

Color Harmonies of #34836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34836B

Black with #34836B

Text Example


Text Example

White with #34836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34836B;
 }
 .AnyTagClassName
 {
   color: #34836B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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