Html Css Color HEX #348C6E Viridian

📋 copy color: '#348C6E'

red 52 ◦ green 140 ◦ blue 110

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

Shades of Viridian #348C6E

Tints of Viridian #348C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.36%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 17.22%
G = 46.36%
B = 36.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#348C6E (or 0x348C6E) is known color: Viridian. HEX triplet: 34, 8C and 6E. RGB value is (52,140,110). Sum of RGB (Red+Green+Blue) = 52+140+110=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #348C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C6E is #CB7391. Grayscale: #6E6E6E. Windows color (decimal): -13333394 or 7244852. OLE color: 7244852.

HSL color Cylindrical-coordinate representation of color #348C6E: hue angle of 159.55º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C6E is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 140 110 -
CMYK 0.63 0 0.21 0.45
HSL 159.55º 0.46% 0.38% -
HSV(B) 159.55º 0.63% 0.55% -
XYZ 13.61 20.61 18.01 -
YUV 110.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 52 140 110 0.63 0 0.21 0.45 159.55 0.46 0.38
Hex 34 8C 6E 3F 0 15 2D A0 2E 26
Octal 64 214 156 77 0 25 55 240 56 46
Binary 110100 10001100 1101110 111111 0 10101 101101 10100000 101110 100110

Color Harmonies of #348C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C6E

Black with #348C6E

Text Example


Text Example

White with #348C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348C6E; }

 p { color: rgb(52,140,110); }

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

background-color css

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

 a { background-color: rgb(52,140,110); }

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

border-color css

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

 span { border-color: rgb(52,140,110); }

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