Html Css Color HEX #348565 Viridian

📋 copy color: '#348565'

red 52 ◦ green 133 ◦ blue 101

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

Shades of Viridian #348565

Tints of Viridian #348565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 18.18%
G = 46.5%
B = 35.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#348565 (or 0x348565) is known color: Viridian. HEX triplet: 34, 85 and 65. RGB value is (52,133,101). Sum of RGB (Red+Green+Blue) = 52+133+101=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #348565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348565 is #CB7A9A. Grayscale: #696969. Windows color (decimal): -13335195 or 6653236. OLE color: 6653236.

HSL color Cylindrical-coordinate representation of color #348565: hue angle of 156.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348565 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 101 -
CMYK 0.61 0 0.24 0.48
HSL 156.3º 0.44% 0.36% -
HSV(B) 156.3º 0.61% 0.52% -
XYZ 12.15 18.44 15.23 -
YUV 105.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 52 133 101 0.61 0 0.24 0.48 156.3 0.44 0.36
Hex 34 85 65 3D 0 18 30 9C 2C 24
Octal 64 205 145 75 0 30 60 234 54 44
Binary 110100 10000101 1100101 111101 0 11000 110000 10011100 101100 100100

Color Harmonies of #348565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348565

Black with #348565

Text Example


Text Example

White with #348565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348565; }

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

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

background-color css

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

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

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

border-color css

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

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

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