Html Css Color HEX #438574 Viridian

📋 copy color: '#438574'

red 67 ◦ green 133 ◦ blue 116

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

Shades of Viridian #438574

Tints of Viridian #438574

RGB

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

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

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

R = 21.2%
G = 42.09%
B = 36.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#438574 (or 0x438574) is known color: Viridian. HEX triplet: 43, 85 and 74. RGB value is (67,133,116). Sum of RGB (Red+Green+Blue) = 67+133+116=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #438574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438574 is #BC7A8B. Grayscale: #6F6F6F. Windows color (decimal): -12352140 or 7636291. OLE color: 7636291.

HSL color Cylindrical-coordinate representation of color #438574: hue angle of 164.55º 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 #438574 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 133 116 -
CMYK 0.50 0 0.13 0.48
HSL 164.55º 0.33% 0.39% -
HSV(B) 164.55º 0.5% 0.52% -
XYZ 13.85 19.23 19.5 -
YUV 111.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 67 133 116 0.50 0 0.13 0.48 164.55 0.33 0.39
Hex 43 85 74 32 0 D 30 A5 21 27
Octal 103 205 164 62 0 15 60 245 41 47
Binary 1000011 10000101 1110100 110010 0 1101 110000 10100101 100001 100111

Color Harmonies of #438574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438574

Black with #438574

Text Example


Text Example

White with #438574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438574; }

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

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

background-color css

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

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

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

border-color css

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

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

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