Html Css Color HEX #438E70 Viridian

📋 copy color: '#438E70'

red 67 ◦ green 142 ◦ blue 112

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

Shades of Viridian #438E70

Tints of Viridian #438E70

RGB

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

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

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

R = 20.87%
G = 44.24%
B = 34.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#438E70 (or 0x438E70) is known color: Viridian. HEX triplet: 43, 8E and 70. RGB value is (67,142,112). Sum of RGB (Red+Green+Blue) = 67+142+112=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #438E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E70 is #BC718F. Grayscale: #747474. Windows color (decimal): -12349840 or 7376451. OLE color: 7376451.

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

Color convert

RGB 67 142 112 -
CMYK 0.53 0 0.21 0.44
HSL 156º 0.36% 0.41% -
HSV(B) 156º 0.53% 0.56% -
XYZ 14.91 21.71 18.73 -
YUV 116.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 67 142 112 0.53 0 0.21 0.44 156 0.36 0.41
Hex 43 8E 70 35 0 15 2C 9C 24 29
Octal 103 216 160 65 0 25 54 234 44 51
Binary 1000011 10001110 1110000 110101 0 10101 101100 10011100 100100 101001

Color Harmonies of #438E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438E70

Black with #438E70

Text Example


Text Example

White with #438E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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