Html Css Color HEX #348066 Viridian

📋 copy color: '#348066'

red 52 ◦ green 128 ◦ blue 102

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

Shades of Viridian #348066

Tints of Viridian #348066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 18.44%
G = 45.39%
B = 36.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#348066 (or 0x348066) is known color: Viridian. HEX triplet: 34, 80 and 66. RGB value is (52,128,102). Sum of RGB (Red+Green+Blue) = 52+128+102=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #348066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348066 is #CB7F99. Grayscale: #666666. Windows color (decimal): -13336474 or 6717492. OLE color: 6717492.

HSL color Cylindrical-coordinate representation of color #348066: hue angle of 159.47º 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 #348066 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 102 -
CMYK 0.59 0 0.20 0.50
HSL 159.47º 0.42% 0.35% -
HSV(B) 159.47º 0.59% 0.5% -
XYZ 11.53 17.13 15.27 -
YUV 102.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 52 128 102 0.59 0 0.20 0.50 159.47 0.42 0.35
Hex 34 80 66 3B 0 14 32 9F 2A 23
Octal 64 200 146 73 0 24 62 237 52 43
Binary 110100 10000000 1100110 111011 0 10100 110010 10011111 101010 100011

Color Harmonies of #348066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348066

Black with #348066

Text Example


Text Example

White with #348066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348066; }

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

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

background-color css

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

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

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

border-color css

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

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

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