Html Css Color HEX #438A77 Viridian

📋 copy color: '#438A77'

red 67 ◦ green 138 ◦ blue 119

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

Shades of Viridian #438A77

Tints of Viridian #438A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 20.68%
G = 42.59%
B = 36.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#438A77 (or 0x438A77) is known color: Viridian. HEX triplet: 43, 8A and 77. RGB value is (67,138,119). Sum of RGB (Red+Green+Blue) = 67+138+119=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #438A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A77 is #BC7588. Grayscale: #727272. Windows color (decimal): -12350857 or 7834179. OLE color: 7834179.

HSL color Cylindrical-coordinate representation of color #438A77: hue angle of 163.94º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A77 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 138 119 -
CMYK 0.51 0 0.14 0.46
HSL 163.94º 0.35% 0.4% -
HSV(B) 163.94º 0.51% 0.54% -
XYZ 14.73 20.7 20.67 -
YUV 114.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 67 138 119 0.51 0 0.14 0.46 163.94 0.35 0.4
Hex 43 8A 77 33 0 E 2E A4 23 28
Octal 103 212 167 63 0 16 56 244 43 50
Binary 1000011 10001010 1110111 110011 0 1110 101110 10100100 100011 101000

Color Harmonies of #438A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438A77

Black with #438A77

Text Example


Text Example

White with #438A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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