Html Css Color HEX #448270 Viridian

📋 copy color: '#448270'

red 68 ◦ green 130 ◦ blue 112

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

Shades of Viridian #448270

Tints of Viridian #448270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 21.94%
G = 41.94%
B = 36.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#448270 (or 0x448270) is known color: Viridian. HEX triplet: 44, 82 and 70. RGB value is (68,130,112). Sum of RGB (Red+Green+Blue) = 68+130+112=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #448270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448270 is #BB7D8F. Grayscale: #6D6D6D. Windows color (decimal): -12287376 or 7373380. OLE color: 7373380.

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

Color convert

RGB 68 130 112 -
CMYK 0.48 0 0.14 0.49
HSL 162.58º 0.31% 0.39% -
HSV(B) 162.58º 0.48% 0.51% -
XYZ 13.29 18.36 18.17 -
YUV 109.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 68 130 112 0.48 0 0.14 0.49 162.58 0.31 0.39
Hex 44 82 70 30 0 E 31 A3 1F 27
Octal 104 202 160 60 0 16 61 243 37 47
Binary 1000100 10000010 1110000 110000 0 1110 110001 10100011 11111 100111

Color Harmonies of #448270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448270

Black with #448270

Text Example


Text Example

White with #448270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448270; }

 p { color: rgb(68,130,112); }

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

background-color css

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

 a { background-color: rgb(68,130,112); }

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

border-color css

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

 span { border-color: rgb(68,130,112); }

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