Html Css Color HEX #438477 Viridian

📋 copy color: '#438477'

red 67 ◦ green 132 ◦ blue 119

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

Shades of Viridian #438477

Tints of Viridian #438477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 21.07%
G = 41.51%
B = 37.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#438477 (or 0x438477) is known color: Viridian. HEX triplet: 43, 84 and 77. RGB value is (67,132,119). Sum of RGB (Red+Green+Blue) = 67+132+119=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #438477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438477 is #BC7B88. Grayscale: #6F6F6F. Windows color (decimal): -12352393 or 7832643. OLE color: 7832643.

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

Color convert

RGB 67 132 119 -
CMYK 0.49 0 0.10 0.48
HSL 168º 0.33% 0.39% -
HSV(B) 168º 0.49% 0.52% -
XYZ 13.9 19.03 20.39 -
YUV 111.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 67 132 119 0.49 0 0.10 0.48 168 0.33 0.39
Hex 43 84 77 31 0 A 30 A8 21 27
Octal 103 204 167 61 0 12 60 250 41 47
Binary 1000011 10000100 1110111 110001 0 1010 110000 10101000 100001 100111

Color Harmonies of #438477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438477

Black with #438477

Text Example


Text Example

White with #438477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438477; }

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

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

background-color css

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

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

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

border-color css

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

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

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