Html Css Color HEX #448272 Viridian

📋 copy color: '#448272'

red 68 ◦ green 130 ◦ blue 114

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

Shades of Viridian #448272

Tints of Viridian #448272

RGB

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

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

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

R = 21.79%
G = 41.67%
B = 36.54%

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

#448272 (or 0x448272) is known color: Viridian. HEX triplet: 44, 82 and 72. RGB value is (68,130,114). Sum of RGB (Red+Green+Blue) = 68+130+114=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #448272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448272 is #BB7D8D. Grayscale: #6D6D6D. Windows color (decimal): -12287374 or 7504452. OLE color: 7504452.

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

Color convert

RGB 68 130 114 -
CMYK 0.48 0 0.12 0.49
HSL 164.52º 0.31% 0.39% -
HSV(B) 164.52º 0.48% 0.51% -
XYZ 13.4 18.41 18.77 -
YUV 109.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 68 130 114 0.48 0 0.12 0.49 164.52 0.31 0.39
Hex 44 82 72 30 0 C 31 A5 1F 27
Octal 104 202 162 60 0 14 61 245 37 47
Binary 1000100 10000010 1110010 110000 0 1100 110001 10100101 11111 100111

Color Harmonies of #448272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448272

Black with #448272

Text Example


Text Example

White with #448272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448272; }

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

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

background-color css

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

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

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

border-color css

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

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

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