Html Css Color HEX #438475 Viridian

📋 copy color: '#438475'

red 67 ◦ green 132 ◦ blue 117

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

Shades of Viridian #438475

Tints of Viridian #438475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

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

R = 21.2%
G = 41.77%
B = 37.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#438475 (or 0x438475) is known color: Viridian. HEX triplet: 43, 84 and 75. RGB value is (67,132,117). Sum of RGB (Red+Green+Blue) = 67+132+117=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #438475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438475 is #BC7B8A. Grayscale: #6E6E6E. Windows color (decimal): -12352395 or 7701571. OLE color: 7701571.

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

Color convert

RGB 67 132 117 -
CMYK 0.49 0 0.11 0.48
HSL 166.15º 0.33% 0.39% -
HSV(B) 166.15º 0.49% 0.52% -
XYZ 13.78 18.98 19.77 -
YUV 110.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 67 132 117 0.49 0 0.11 0.48 166.15 0.33 0.39
Hex 43 84 75 31 0 B 30 A6 21 27
Octal 103 204 165 61 0 13 60 246 41 47
Binary 1000011 10000100 1110101 110001 0 1011 110000 10100110 100001 100111

Color Harmonies of #438475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438475

Black with #438475

Text Example


Text Example

White with #438475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438475; }

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

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

background-color css

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

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

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

border-color css

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

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

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