Html Css Color HEX #438D74 Viridian

📋 copy color: '#438D74'

red 67 ◦ green 141 ◦ blue 116

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

Shades of Viridian #438D74

Tints of Viridian #438D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 20.68%
G = 43.52%
B = 35.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#438D74 (or 0x438D74) is known color: Viridian. HEX triplet: 43, 8D and 74. RGB value is (67,141,116). Sum of RGB (Red+Green+Blue) = 67+141+116=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #438D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D74 is #BC728B. Grayscale: #747474. Windows color (decimal): -12350092 or 7638339. OLE color: 7638339.

HSL color Cylindrical-coordinate representation of color #438D74: hue angle of 159.73º 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 #438D74 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 141 116 -
CMYK 0.52 0 0.18 0.45
HSL 159.73º 0.36% 0.41% -
HSV(B) 159.73º 0.52% 0.55% -
XYZ 14.99 21.5 19.88 -
YUV 116.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 67 141 116 0.52 0 0.18 0.45 159.73 0.36 0.41
Hex 43 8D 74 34 0 12 2D A0 24 29
Octal 103 215 164 64 0 22 55 240 44 51
Binary 1000011 10001101 1110100 110100 0 10010 101101 10100000 100100 101001

Color Harmonies of #438D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438D74

Black with #438D74

Text Example


Text Example

White with #438D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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