Html Css Color HEX #348568 Viridian

📋 copy color: '#348568'

red 52 ◦ green 133 ◦ blue 104

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

Shades of Viridian #348568

Tints of Viridian #348568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 17.99%
G = 46.02%
B = 35.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#348568 (or 0x348568) is known color: Viridian. HEX triplet: 34, 85 and 68. RGB value is (52,133,104). Sum of RGB (Red+Green+Blue) = 52+133+104=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #348568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348568 is #CB7A97. Grayscale: #696969. Windows color (decimal): -13335192 or 6849844. OLE color: 6849844.

HSL color Cylindrical-coordinate representation of color #348568: hue angle of 158.52º 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 #348568 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 104 -
CMYK 0.61 0 0.22 0.48
HSL 158.52º 0.44% 0.36% -
HSV(B) 158.52º 0.61% 0.52% -
XYZ 12.3 18.5 16.02 -
YUV 105.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 52 133 104 0.61 0 0.22 0.48 158.52 0.44 0.36
Hex 34 85 68 3D 0 16 30 9F 2C 24
Octal 64 205 150 75 0 26 60 237 54 44
Binary 110100 10000101 1101000 111101 0 10110 110000 10011111 101100 100100

Color Harmonies of #348568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348568

Black with #348568

Text Example


Text Example

White with #348568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348568; }

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

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

background-color css

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

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

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

border-color css

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

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

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