Html Css Color HEX #348065 Viridian

📋 copy color: '#348065'

red 52 ◦ green 128 ◦ blue 101

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

Shades of Viridian #348065

Tints of Viridian #348065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 18.51%
G = 45.55%
B = 35.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#348065 (or 0x348065) is known color: Viridian. HEX triplet: 34, 80 and 65. RGB value is (52,128,101). Sum of RGB (Red+Green+Blue) = 52+128+101=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #348065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348065 is #CB7F9A. Grayscale: #666666. Windows color (decimal): -13336475 or 6651956. OLE color: 6651956.

HSL color Cylindrical-coordinate representation of color #348065: hue angle of 158.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348065 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 101 -
CMYK 0.59 0 0.21 0.50
HSL 158.68º 0.42% 0.35% -
HSV(B) 158.68º 0.59% 0.5% -
XYZ 11.48 17.11 15.01 -
YUV 102.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 52 128 101 0.59 0 0.21 0.50 158.68 0.42 0.35
Hex 34 80 65 3B 0 15 32 9F 2A 23
Octal 64 200 145 73 0 25 62 237 52 43
Binary 110100 10000000 1100101 111011 0 10101 110010 10011111 101010 100011

Color Harmonies of #348065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348065

Black with #348065

Text Example


Text Example

White with #348065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348065; }

 p { color: rgb(52,128,101); }

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

background-color css

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

 a { background-color: rgb(52,128,101); }

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

border-color css

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

 span { border-color: rgb(52,128,101); }

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