Html Css Color HEX #348765 Viridian

📋 copy color: '#348765'

red 52 ◦ green 135 ◦ blue 101

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

Shades of Viridian #348765

Tints of Viridian #348765

RGB

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

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

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

R = 18.06%
G = 46.88%
B = 35.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#348765 (or 0x348765) is known color: Viridian. HEX triplet: 34, 87 and 65. RGB value is (52,135,101). Sum of RGB (Red+Green+Blue) = 52+135+101=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #348765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348765 is #CB789A. Grayscale: #6A6A6A. Windows color (decimal): -13334683 or 6653748. OLE color: 6653748.

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

Color convert

RGB 52 135 101 -
CMYK 0.61 0 0.25 0.47
HSL 155.42º 0.44% 0.37% -
HSV(B) 155.42º 0.61% 0.53% -
XYZ 12.43 19 15.32 -
YUV 106.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 52 135 101 0.61 0 0.25 0.47 155.42 0.44 0.37
Hex 34 87 65 3D 0 19 2F 9B 2C 25
Octal 64 207 145 75 0 31 57 233 54 45
Binary 110100 10000111 1100101 111101 0 11001 101111 10011011 101100 100101

Color Harmonies of #348765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348765

Black with #348765

Text Example


Text Example

White with #348765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348765; }

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

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

background-color css

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

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

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

border-color css

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

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

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