Html Css Color HEX #438D76 Viridian

📋 copy color: '#438D76'

red 67 ◦ green 141 ◦ blue 118

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

Shades of Viridian #438D76

Tints of Viridian #438D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 20.55%
G = 43.25%
B = 36.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#438D76 (or 0x438D76) is known color: Viridian. HEX triplet: 43, 8D and 76. RGB value is (67,141,118). Sum of RGB (Red+Green+Blue) = 67+141+118=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #438D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D76 is #BC7289. Grayscale: #747474. Windows color (decimal): -12350090 or 7769411. OLE color: 7769411.

HSL color Cylindrical-coordinate representation of color #438D76: hue angle of 161.35º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438D76 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 141 118 -
CMYK 0.52 0 0.16 0.45
HSL 161.35º 0.36% 0.41% -
HSV(B) 161.35º 0.52% 0.55% -
XYZ 15.11 21.55 20.5 -
YUV 116.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 67 141 118 0.52 0 0.16 0.45 161.35 0.36 0.41
Hex 43 8D 76 34 0 10 2D A1 24 29
Octal 103 215 166 64 0 20 55 241 44 51
Binary 1000011 10001101 1110110 110100 0 10000 101101 10100001 100100 101001

Color Harmonies of #438D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438D76

Black with #438D76

Text Example


Text Example

White with #438D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,141,118); }

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

background-color css

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

 a { background-color: rgb(67,141,118); }

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

border-color css

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

 span { border-color: rgb(67,141,118); }

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