Html Css Color HEX #348A6E Viridian

📋 copy color: '#348A6E'

red 52 ◦ green 138 ◦ blue 110

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

Shades of Viridian #348A6E

Tints of Viridian #348A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

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

R = 17.33%
G = 46%
B = 36.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#348A6E (or 0x348A6E) is known color: Viridian. HEX triplet: 34, 8A and 6E. RGB value is (52,138,110). Sum of RGB (Red+Green+Blue) = 52+138+110=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #348A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A6E is #CB7591. Grayscale: #6D6D6D. Windows color (decimal): -13333906 or 7244340. OLE color: 7244340.

HSL color Cylindrical-coordinate representation of color #348A6E: hue angle of 160.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A6E is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 110 -
CMYK 0.62 0 0.20 0.46
HSL 160.47º 0.45% 0.37% -
HSV(B) 160.47º 0.62% 0.54% -
XYZ 13.32 20.03 17.92 -
YUV 109.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 52 138 110 0.62 0 0.20 0.46 160.47 0.45 0.37
Hex 34 8A 6E 3E 0 14 2E A0 2D 25
Octal 64 212 156 76 0 24 56 240 55 45
Binary 110100 10001010 1101110 111110 0 10100 101110 10100000 101101 100101

Color Harmonies of #348A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A6E

Black with #348A6E

Text Example


Text Example

White with #348A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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