Html Css Color HEX #438373 Viridian

📋 copy color: '#438373'

red 67 ◦ green 131 ◦ blue 115

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

Shades of Viridian #438373

Tints of Viridian #438373

RGB

 RED value IS 67 (26.56% from 255) = 21.41%

 GREEN value IS 131 (51.56% from 255) = 41.85%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 21.41%
G = 41.85%
B = 36.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#438373 (or 0x438373) is known color: Viridian. HEX triplet: 43, 83 and 73. RGB value is (67,131,115). Sum of RGB (Red+Green+Blue) = 67+131+115=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #438373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438373 is #BC7C8C. Grayscale: #6E6E6E. Windows color (decimal): -12352653 or 7570243. OLE color: 7570243.

HSL color Cylindrical-coordinate representation of color #438373: hue angle of 165º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438373 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 131 115 -
CMYK 0.49 0 0.12 0.49
HSL 165º 0.32% 0.39% -
HSV(B) 165º 0.49% 0.51% -
XYZ 13.53 18.66 19.11 -
YUV 110.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 67 131 115 0.49 0 0.12 0.49 165 0.32 0.39
Hex 43 83 73 31 0 C 31 A5 20 27
Octal 103 203 163 61 0 14 61 245 40 47
Binary 1000011 10000011 1110011 110001 0 1100 110001 10100101 100000 100111

Color Harmonies of #438373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438373

Black with #438373

Text Example


Text Example

White with #438373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438373; }

 p { color: rgb(67,131,115); }

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

background-color css

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

 a { background-color: rgb(67,131,115); }

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

border-color css

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

 span { border-color: rgb(67,131,115); }

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