Html Css Color HEX #438F73 Viridian

📋 copy color: '#438F73'

red 67 ◦ green 143 ◦ blue 115

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

Shades of Viridian #438F73

Tints of Viridian #438F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44%

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

R = 20.62%
G = 44%
B = 35.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#438F73 (or 0x438F73) is known color: Viridian. HEX triplet: 43, 8F and 73. RGB value is (67,143,115). Sum of RGB (Red+Green+Blue) = 67+143+115=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #438F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438F73 is #BC708C. Grayscale: #757575. Windows color (decimal): -12349581 or 7573315. OLE color: 7573315.

HSL color Cylindrical-coordinate representation of color #438F73: hue angle of 157.89º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438F73 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 143 115 -
CMYK 0.53 0 0.20 0.44
HSL 157.89º 0.36% 0.41% -
HSV(B) 157.89º 0.53% 0.56% -
XYZ 15.23 22.08 19.68 -
YUV 117.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 67 143 115 0.53 0 0.20 0.44 157.89 0.36 0.41
Hex 43 8F 73 35 0 14 2C 9E 24 29
Octal 103 217 163 65 0 24 54 236 44 51
Binary 1000011 10001111 1110011 110101 0 10100 101100 10011110 100100 101001

Color Harmonies of #438F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438F73

Black with #438F73

Text Example


Text Example

White with #438F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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