Html Css Color HEX #348564 Viridian

📋 copy color: '#348564'

red 52 ◦ green 133 ◦ blue 100

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

Shades of Viridian #348564

Tints of Viridian #348564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 18.25%
G = 46.67%
B = 35.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#348564 (or 0x348564) is known color: Viridian. HEX triplet: 34, 85 and 64. RGB value is (52,133,100). Sum of RGB (Red+Green+Blue) = 52+133+100=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #348564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348564 is #CB7A9B. Grayscale: #696969. Windows color (decimal): -13335196 or 6587700. OLE color: 6587700.

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

Color convert

RGB 52 133 100 -
CMYK 0.61 0 0.25 0.48
HSL 155.56º 0.44% 0.36% -
HSV(B) 155.56º 0.61% 0.52% -
XYZ 12.1 18.43 14.98 -
YUV 105.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 52 133 100 0.61 0 0.25 0.48 155.56 0.44 0.36
Hex 34 85 64 3D 0 19 30 9C 2C 24
Octal 64 205 144 75 0 31 60 234 54 44
Binary 110100 10000101 1100100 111101 0 11001 110000 10011100 101100 100100

Color Harmonies of #348564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348564

Black with #348564

Text Example


Text Example

White with #348564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348564; }

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

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

background-color css

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

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

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

border-color css

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

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

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