Html Css Color HEX #348764 Viridian

📋 copy color: '#348764'

red 52 ◦ green 135 ◦ blue 100

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

Shades of Viridian #348764

Tints of Viridian #348764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

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

R = 18.12%
G = 47.04%
B = 34.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#348764 (or 0x348764) is known color: Viridian. HEX triplet: 34, 87 and 64. RGB value is (52,135,100). Sum of RGB (Red+Green+Blue) = 52+135+100=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #348764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348764 is #CB789B. Grayscale: #6A6A6A. Windows color (decimal): -13334684 or 6588212. OLE color: 6588212.

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

Color convert

RGB 52 135 100 -
CMYK 0.61 0 0.26 0.47
HSL 154.7º 0.44% 0.37% -
HSV(B) 154.7º 0.61% 0.53% -
XYZ 12.38 18.98 15.07 -
YUV 106.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 52 135 100 0.61 0 0.26 0.47 154.7 0.44 0.37
Hex 34 87 64 3D 0 1A 2F 9B 2C 25
Octal 64 207 144 75 0 32 57 233 54 45
Binary 110100 10000111 1100100 111101 0 11010 101111 10011011 101100 100101

Color Harmonies of #348764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348764

Black with #348764

Text Example


Text Example

White with #348764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348764; }

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

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

background-color css

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

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

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

border-color css

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

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

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