Html Css Color HEX #438276 Viridian

📋 copy color: '#438276'

red 67 ◦ green 130 ◦ blue 118

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

Shades of Viridian #438276

Tints of Viridian #438276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 21.27%
G = 41.27%
B = 37.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#438276 (or 0x438276) is known color: Viridian. HEX triplet: 43, 82 and 76. RGB value is (67,130,118). Sum of RGB (Red+Green+Blue) = 67+130+118=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #438276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438276 is #BC7D89. Grayscale: #6D6D6D. Windows color (decimal): -12352906 or 7766595. OLE color: 7766595.

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

Color convert

RGB 67 130 118 -
CMYK 0.48 0 0.09 0.49
HSL 168.57º 0.32% 0.39% -
HSV(B) 168.57º 0.48% 0.51% -
XYZ 13.57 18.47 19.99 -
YUV 109.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 67 130 118 0.48 0 0.09 0.49 168.57 0.32 0.39
Hex 43 82 76 30 0 9 31 A9 20 27
Octal 103 202 166 60 0 11 61 251 40 47
Binary 1000011 10000010 1110110 110000 0 1001 110001 10101001 100000 100111

Color Harmonies of #438276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438276

Black with #438276

Text Example


Text Example

White with #438276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438276; }

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

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

background-color css

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

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

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

border-color css

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

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

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