Html Css Color HEX #438670 Viridian

📋 copy color: '#438670'

red 67 ◦ green 134 ◦ blue 112

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

Shades of Viridian #438670

Tints of Viridian #438670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

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

R = 21.41%
G = 42.81%
B = 35.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#438670 (or 0x438670) is known color: Viridian. HEX triplet: 43, 86 and 70. RGB value is (67,134,112). Sum of RGB (Red+Green+Blue) = 67+134+112=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #438670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438670 is #BC798F. Grayscale: #6F6F6F. Windows color (decimal): -12351888 or 7374403. OLE color: 7374403.

HSL color Cylindrical-coordinate representation of color #438670: hue angle of 160.3º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438670 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 134 112 -
CMYK 0.5 0 0.16 0.47
HSL 160.3º 0.33% 0.39% -
HSV(B) 160.3º 0.5% 0.53% -
XYZ 13.76 19.41 18.35 -
YUV 111.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 67 134 112 0.5 0 0.16 0.47 160.3 0.33 0.39
Hex 43 86 70 32 0 10 2F A0 21 27
Octal 103 206 160 62 0 20 57 240 41 47
Binary 1000011 10000110 1110000 110010 0 10000 101111 10100000 100001 100111

Color Harmonies of #438670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438670

Black with #438670

Text Example


Text Example

White with #438670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438670; }

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

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

background-color css

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

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

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

border-color css

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

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

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