Html Css Color HEX #448469 Viridian

📋 copy color: '#448469'

red 68 ◦ green 132 ◦ blue 105

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

Shades of Viridian #448469

Tints of Viridian #448469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 22.3%
G = 43.28%
B = 34.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#448469 (or 0x448469) is known color: Viridian. HEX triplet: 44, 84 and 69. RGB value is (68,132,105). Sum of RGB (Red+Green+Blue) = 68+132+105=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #448469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448469 is #BB7B96. Grayscale: #6D6D6D. Windows color (decimal): -12286871 or 6915140. OLE color: 6915140.

HSL color Cylindrical-coordinate representation of color #448469: hue angle of 154.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448469 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 105 -
CMYK 0.48 0 0.20 0.48
HSL 154.69º 0.32% 0.39% -
HSV(B) 154.69º 0.48% 0.52% -
XYZ 13.18 18.75 16.29 -
YUV 109.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 68 132 105 0.48 0 0.20 0.48 154.69 0.32 0.39
Hex 44 84 69 30 0 14 30 9B 20 27
Octal 104 204 151 60 0 24 60 233 40 47
Binary 1000100 10000100 1101001 110000 0 10100 110000 10011011 100000 100111

Color Harmonies of #448469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448469

Black with #448469

Text Example


Text Example

White with #448469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448469; }

 p { color: rgb(68,132,105); }

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

background-color css

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

 a { background-color: rgb(68,132,105); }

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

border-color css

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

 span { border-color: rgb(68,132,105); }

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