Html Css Color HEX #438E71 Viridian

📋 copy color: '#438E71'

red 67 ◦ green 142 ◦ blue 113

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

Shades of Viridian #438E71

Tints of Viridian #438E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 20.81%
G = 44.1%
B = 35.09%

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

#438E71 (or 0x438E71) is known color: Viridian. HEX triplet: 43, 8E and 71. RGB value is (67,142,113). Sum of RGB (Red+Green+Blue) = 67+142+113=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #438E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E71 is #BC718E. Grayscale: #747474. Windows color (decimal): -12349839 or 7441987. OLE color: 7441987.

HSL color Cylindrical-coordinate representation of color #438E71: hue angle of 156.8º 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 #438E71 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 142 113 -
CMYK 0.53 0 0.20 0.44
HSL 156.8º 0.36% 0.41% -
HSV(B) 156.8º 0.53% 0.56% -
XYZ 14.97 21.73 19.03 -
YUV 116.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 67 142 113 0.53 0 0.20 0.44 156.8 0.36 0.41
Hex 43 8E 71 35 0 14 2C 9D 24 29
Octal 103 216 161 65 0 24 54 235 44 51
Binary 1000011 10001110 1110001 110101 0 10100 101100 10011101 100100 101001

Color Harmonies of #438E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438E71

Black with #438E71

Text Example


Text Example

White with #438E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,142,113); }

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

background-color css

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

 a { background-color: rgb(67,142,113); }

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

border-color css

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

 span { border-color: rgb(67,142,113); }

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