Html Css Color HEX #348869 Viridian

📋 copy color: '#348869'

red 52 ◦ green 136 ◦ blue 105

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

Shades of Viridian #348869

Tints of Viridian #348869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

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

R = 17.75%
G = 46.42%
B = 35.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#348869 (or 0x348869) is known color: Viridian. HEX triplet: 34, 88 and 69. RGB value is (52,136,105). Sum of RGB (Red+Green+Blue) = 52+136+105=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #348869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348869 is #CB7796. Grayscale: #6B6B6B. Windows color (decimal): -13334423 or 6916148. OLE color: 6916148.

HSL color Cylindrical-coordinate representation of color #348869: hue angle of 157.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348869 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 105 -
CMYK 0.62 0 0.23 0.47
HSL 157.86º 0.45% 0.37% -
HSV(B) 157.86º 0.62% 0.53% -
XYZ 12.77 19.36 16.43 -
YUV 107.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 52 136 105 0.62 0 0.23 0.47 157.86 0.45 0.37
Hex 34 88 69 3E 0 17 2F 9E 2D 25
Octal 64 210 151 76 0 27 57 236 55 45
Binary 110100 10001000 1101001 111110 0 10111 101111 10011110 101101 100101

Color Harmonies of #348869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348869

Black with #348869

Text Example


Text Example

White with #348869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348869; }

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

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

background-color css

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

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

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

border-color css

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

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

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