Html Css Color HEX #348265 Viridian

📋 copy color: '#348265'

red 52 ◦ green 130 ◦ blue 101

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

Shades of Viridian #348265

Tints of Viridian #348265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 18.37%
G = 45.94%
B = 35.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#348265 (or 0x348265) is known color: Viridian. HEX triplet: 34, 82 and 65. RGB value is (52,130,101). Sum of RGB (Red+Green+Blue) = 52+130+101=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #348265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348265 is #CB7D9A. Grayscale: #676767. Windows color (decimal): -13335963 or 6652468. OLE color: 6652468.

HSL color Cylindrical-coordinate representation of color #348265: hue angle of 157.69º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348265 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 101 -
CMYK 0.60 0 0.22 0.49
HSL 157.69º 0.43% 0.36% -
HSV(B) 157.69º 0.6% 0.51% -
XYZ 11.75 17.63 15.1 -
YUV 103.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 52 130 101 0.60 0 0.22 0.49 157.69 0.43 0.36
Hex 34 82 65 3C 0 16 31 9E 2B 24
Octal 64 202 145 74 0 26 61 236 53 44
Binary 110100 10000010 1100101 111100 0 10110 110001 10011110 101011 100100

Color Harmonies of #348265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348265

Black with #348265

Text Example


Text Example

White with #348265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348265; }

 p { color: rgb(52,130,101); }

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

background-color css

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

 a { background-color: rgb(52,130,101); }

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

border-color css

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

 span { border-color: rgb(52,130,101); }

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