Html Css Color HEX #438575 Viridian

📋 copy color: '#438575'

red 67 ◦ green 133 ◦ blue 117

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

Shades of Viridian #438575

Tints of Viridian #438575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 21.14%
G = 41.96%
B = 36.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#438575 (or 0x438575) is known color: Viridian. HEX triplet: 43, 85 and 75. RGB value is (67,133,117). Sum of RGB (Red+Green+Blue) = 67+133+117=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #438575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438575 is #BC7A8A. Grayscale: #6F6F6F. Windows color (decimal): -12352139 or 7701827. OLE color: 7701827.

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

Color convert

RGB 67 133 117 -
CMYK 0.50 0 0.12 0.48
HSL 165.45º 0.33% 0.39% -
HSV(B) 165.45º 0.5% 0.52% -
XYZ 13.91 19.25 19.81 -
YUV 111.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 67 133 117 0.50 0 0.12 0.48 165.45 0.33 0.39
Hex 43 85 75 32 0 C 30 A5 21 27
Octal 103 205 165 62 0 14 60 245 41 47
Binary 1000011 10000101 1110101 110010 0 1100 110000 10100101 100001 100111

Color Harmonies of #438575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438575

Black with #438575

Text Example


Text Example

White with #438575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438575; }

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

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

background-color css

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

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

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

border-color css

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

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

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