Html Css Color HEX #438170 Viridian

📋 copy color: '#438170'

red 67 ◦ green 129 ◦ blue 112

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

Shades of Viridian #438170

Tints of Viridian #438170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.88%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 21.75%
G = 41.88%
B = 36.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#438170 (or 0x438170) is known color: Viridian. HEX triplet: 43, 81 and 70. RGB value is (67,129,112). Sum of RGB (Red+Green+Blue) = 67+129+112=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #438170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438170 is #BC7E8F. Grayscale: #6C6C6C. Windows color (decimal): -12353168 or 7373123. OLE color: 7373123.

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

Color convert

RGB 67 129 112 -
CMYK 0.48 0 0.13 0.49
HSL 163.55º 0.32% 0.38% -
HSV(B) 163.55º 0.48% 0.51% -
XYZ 13.09 18.06 18.13 -
YUV 108.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 67 129 112 0.48 0 0.13 0.49 163.55 0.32 0.38
Hex 43 81 70 30 0 D 31 A4 20 26
Octal 103 201 160 60 0 15 61 244 40 46
Binary 1000011 10000001 1110000 110000 0 1101 110001 10100100 100000 100110

Color Harmonies of #438170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438170

Black with #438170

Text Example


Text Example

White with #438170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438170; }

 p { color: rgb(67,129,112); }

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

background-color css

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

 a { background-color: rgb(67,129,112); }

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

border-color css

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

 span { border-color: rgb(67,129,112); }

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