Html Css Color HEX #438C72 Viridian

📋 copy color: '#438C72'

red 67 ◦ green 140 ◦ blue 114

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

Shades of Viridian #438C72

Tints of Viridian #438C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.61%

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

R = 20.87%
G = 43.61%
B = 35.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#438C72 (or 0x438C72) is known color: Viridian. HEX triplet: 43, 8C and 72. RGB value is (67,140,114). Sum of RGB (Red+Green+Blue) = 67+140+114=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #438C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C72 is #BC738D. Grayscale: #737373. Windows color (decimal): -12350350 or 7507011. OLE color: 7507011.

HSL color Cylindrical-coordinate representation of color #438C72: hue angle of 158.63º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438C72 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 140 114 -
CMYK 0.52 0 0.19 0.45
HSL 158.63º 0.35% 0.41% -
HSV(B) 158.63º 0.52% 0.55% -
XYZ 14.73 21.16 19.23 -
YUV 115.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 67 140 114 0.52 0 0.19 0.45 158.63 0.35 0.41
Hex 43 8C 72 34 0 13 2D 9F 23 29
Octal 103 214 162 64 0 23 55 237 43 51
Binary 1000011 10001100 1110010 110100 0 10011 101101 10011111 100011 101001

Color Harmonies of #438C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438C72

Black with #438C72

Text Example


Text Example

White with #438C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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