Html Css Color HEX #348669 Viridian

📋 copy color: '#348669'

red 52 ◦ green 134 ◦ blue 105

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

Shades of Viridian #348669

Tints of Viridian #348669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 17.87%
G = 46.05%
B = 36.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#348669 (or 0x348669) is known color: Viridian. HEX triplet: 34, 86 and 69. RGB value is (52,134,105). Sum of RGB (Red+Green+Blue) = 52+134+105=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #348669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348669 is #CB7996. Grayscale: #6A6A6A. Windows color (decimal): -13334935 or 6915636. OLE color: 6915636.

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

Color convert

RGB 52 134 105 -
CMYK 0.61 0 0.22 0.47
HSL 158.78º 0.44% 0.36% -
HSV(B) 158.78º 0.61% 0.53% -
XYZ 12.49 18.8 16.34 -
YUV 106.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 52 134 105 0.61 0 0.22 0.47 158.78 0.44 0.36
Hex 34 86 69 3D 0 16 2F 9F 2C 24
Octal 64 206 151 75 0 26 57 237 54 44
Binary 110100 10000110 1101001 111101 0 10110 101111 10011111 101100 100100

Color Harmonies of #348669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348669

Black with #348669

Text Example


Text Example

White with #348669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348669; }

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

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

background-color css

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

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

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

border-color css

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

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

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