Html Css Color HEX #438272 Viridian

📋 copy color: '#438272'

red 67 ◦ green 130 ◦ blue 114

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

Shades of Viridian #438272

Tints of Viridian #438272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 21.54%
G = 41.8%
B = 36.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#438272 (or 0x438272) is known color: Viridian. HEX triplet: 43, 82 and 72. RGB value is (67,130,114). Sum of RGB (Red+Green+Blue) = 67+130+114=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #438272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438272 is #BC7D8D. Grayscale: #6D6D6D. Windows color (decimal): -12352910 or 7504451. OLE color: 7504451.

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

Color convert

RGB 67 130 114 -
CMYK 0.48 0 0.12 0.49
HSL 164.76º 0.32% 0.39% -
HSV(B) 164.76º 0.48% 0.51% -
XYZ 13.33 18.37 18.76 -
YUV 109.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 67 130 114 0.48 0 0.12 0.49 164.76 0.32 0.39
Hex 43 82 72 30 0 C 31 A5 20 27
Octal 103 202 162 60 0 14 61 245 40 47
Binary 1000011 10000010 1110010 110000 0 1100 110001 10100101 100000 100111

Color Harmonies of #438272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438272

Black with #438272

Text Example


Text Example

White with #438272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438272; }

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

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

background-color css

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

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

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

border-color css

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

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

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