Html Css Color HEX #448B74 Viridian

📋 copy color: '#448B74'

red 68 ◦ green 139 ◦ blue 116

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

Shades of Viridian #448B74

Tints of Viridian #448B74

RGB

 RED value IS 68 (26.95% from 255) = 21.05%

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

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

R = 21.05%
G = 43.03%
B = 35.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#448B74 (or 0x448B74) is known color: Viridian. HEX triplet: 44, 8B and 74. RGB value is (68,139,116). Sum of RGB (Red+Green+Blue) = 68+139+116=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #448B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B74 is #BB748B. Grayscale: #737373. Windows color (decimal): -12285068 or 7637828. OLE color: 7637828.

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

Color convert

RGB 68 139 116 -
CMYK 0.51 0 0.17 0.45
HSL 160.56º 0.34% 0.41% -
HSV(B) 160.56º 0.51% 0.55% -
XYZ 14.77 20.96 19.79 -
YUV 115.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 68 139 116 0.51 0 0.17 0.45 160.56 0.34 0.41
Hex 44 8B 74 33 0 11 2D A1 22 29
Octal 104 213 164 63 0 21 55 241 42 51
Binary 1000100 10001011 1110100 110011 0 10001 101101 10100001 100010 101001

Color Harmonies of #448B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B74

Black with #448B74

Text Example


Text Example

White with #448B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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