Html Css Color HEX #438570 Viridian

📋 copy color: '#438570'

red 67 ◦ green 133 ◦ blue 112

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

Shades of Viridian #438570

Tints of Viridian #438570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 21.47%
G = 42.63%
B = 35.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#438570 (or 0x438570) is known color: Viridian. HEX triplet: 43, 85 and 70. RGB value is (67,133,112). Sum of RGB (Red+Green+Blue) = 67+133+112=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #438570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438570 is #BC7A8F. Grayscale: #6E6E6E. Windows color (decimal): -12352144 or 7374147. OLE color: 7374147.

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

Color convert

RGB 67 133 112 -
CMYK 0.50 0 0.16 0.48
HSL 160.91º 0.33% 0.39% -
HSV(B) 160.91º 0.5% 0.52% -
XYZ 13.63 19.14 18.31 -
YUV 110.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 67 133 112 0.50 0 0.16 0.48 160.91 0.33 0.39
Hex 43 85 70 32 0 10 30 A1 21 27
Octal 103 205 160 62 0 20 60 241 41 47
Binary 1000011 10000101 1110000 110010 0 10000 110000 10100001 100001 100111

Color Harmonies of #438570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438570

Black with #438570

Text Example


Text Example

White with #438570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438570; }

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

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

background-color css

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

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

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

border-color css

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

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

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