Html Css Color HEX #348569 Viridian

📋 copy color: '#348569'

red 52 ◦ green 133 ◦ blue 105

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

Shades of Viridian #348569

Tints of Viridian #348569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 17.93%
G = 45.86%
B = 36.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#348569 (or 0x348569) is known color: Viridian. HEX triplet: 34, 85 and 69. RGB value is (52,133,105). Sum of RGB (Red+Green+Blue) = 52+133+105=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #348569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348569 is #CB7A96. Grayscale: #696969. Windows color (decimal): -13335191 or 6915380. OLE color: 6915380.

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

Color convert

RGB 52 133 105 -
CMYK 0.61 0 0.21 0.48
HSL 159.26º 0.44% 0.36% -
HSV(B) 159.26º 0.61% 0.52% -
XYZ 12.35 18.53 16.29 -
YUV 105.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 52 133 105 0.61 0 0.21 0.48 159.26 0.44 0.36
Hex 34 85 69 3D 0 15 30 9F 2C 24
Octal 64 205 151 75 0 25 60 237 54 44
Binary 110100 10000101 1101001 111101 0 10101 110000 10011111 101100 100100

Color Harmonies of #348569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348569

Black with #348569

Text Example


Text Example

White with #348569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348569; }

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

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

background-color css

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

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

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

border-color css

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

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

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