Html Css Color HEX #438B74 Viridian

📋 copy color: '#438B74'

red 67 ◦ green 139 ◦ blue 116

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

Shades of Viridian #438B74

Tints of Viridian #438B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 20.81%
G = 43.17%
B = 36.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#438B74 (or 0x438B74) is known color: Viridian. HEX triplet: 43, 8B and 74. RGB value is (67,139,116). Sum of RGB (Red+Green+Blue) = 67+139+116=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #438B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B74 is #BC748B. Grayscale: #727272. Windows color (decimal): -12350604 or 7637827. OLE color: 7637827.

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

Color convert

RGB 67 139 116 -
CMYK 0.52 0 0.17 0.45
HSL 160.83º 0.35% 0.4% -
HSV(B) 160.83º 0.52% 0.55% -
XYZ 14.7 20.92 19.79 -
YUV 114.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 67 139 116 0.52 0 0.17 0.45 160.83 0.35 0.4
Hex 43 8B 74 34 0 11 2D A1 23 28
Octal 103 213 164 64 0 21 55 241 43 50
Binary 1000011 10001011 1110100 110100 0 10001 101101 10100001 100011 101000

Color Harmonies of #438B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B74

Black with #438B74

Text Example


Text Example

White with #438B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,139,116); }

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

background-color css

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

 a { background-color: rgb(67,139,116); }

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

border-color css

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

 span { border-color: rgb(67,139,116); }

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