Html Css Color HEX #438376 Viridian

📋 copy color: '#438376'

red 67 ◦ green 131 ◦ blue 118

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

Shades of Viridian #438376

Tints of Viridian #438376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 21.2%
G = 41.46%
B = 37.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#438376 (or 0x438376) is known color: Viridian. HEX triplet: 43, 83 and 76. RGB value is (67,131,118). Sum of RGB (Red+Green+Blue) = 67+131+118=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #438376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438376 is #BC7C89. Grayscale: #6E6E6E. Windows color (decimal): -12352650 or 7766851. OLE color: 7766851.

HSL color Cylindrical-coordinate representation of color #438376: hue angle of 167.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438376 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 131 118 -
CMYK 0.49 0 0.10 0.49
HSL 167.81º 0.32% 0.39% -
HSV(B) 167.81º 0.49% 0.51% -
XYZ 13.7 18.73 20.03 -
YUV 110.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 67 131 118 0.49 0 0.10 0.49 167.81 0.32 0.39
Hex 43 83 76 31 0 A 31 A8 20 27
Octal 103 203 166 61 0 12 61 250 40 47
Binary 1000011 10000011 1110110 110001 0 1010 110001 10101000 100000 100111

Color Harmonies of #438376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438376

Black with #438376

Text Example


Text Example

White with #438376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438376; }

 p { color: rgb(67,131,118); }

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

background-color css

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

 a { background-color: rgb(67,131,118); }

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

border-color css

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

 span { border-color: rgb(67,131,118); }

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