Html Css Color HEX #348967 Viridian

📋 copy color: '#348967'

red 52 ◦ green 137 ◦ blue 103

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

Shades of Viridian #348967

Tints of Viridian #348967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.92%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 17.81%
G = 46.92%
B = 35.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#348967 (or 0x348967) is known color: Viridian. HEX triplet: 34, 89 and 67. RGB value is (52,137,103). Sum of RGB (Red+Green+Blue) = 52+137+103=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #348967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348967 is #CB7698. Grayscale: #6B6B6B. Windows color (decimal): -13334169 or 6785332. OLE color: 6785332.

HSL color Cylindrical-coordinate representation of color #348967: hue angle of 156º 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 #348967 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 103 -
CMYK 0.62 0 0.25 0.46
HSL 156º 0.45% 0.37% -
HSV(B) 156º 0.62% 0.54% -
XYZ 12.81 19.6 15.94 -
YUV 107.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 52 137 103 0.62 0 0.25 0.46 156 0.45 0.37
Hex 34 89 67 3E 0 19 2E 9C 2D 25
Octal 64 211 147 76 0 31 56 234 55 45
Binary 110100 10001001 1100111 111110 0 11001 101110 10011100 101101 100101

Color Harmonies of #348967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348967

Black with #348967

Text Example


Text Example

White with #348967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348967; }

 p { color: rgb(52,137,103); }

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

background-color css

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

 a { background-color: rgb(52,137,103); }

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

border-color css

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

 span { border-color: rgb(52,137,103); }

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