Html Css Color HEX #448269 Viridian

📋 copy color: '#448269'

red 68 ◦ green 130 ◦ blue 105

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

Shades of Viridian #448269

Tints of Viridian #448269

RGB

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

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

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

R = 22.44%
G = 42.9%
B = 34.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#448269 (or 0x448269) is known color: Viridian. HEX triplet: 44, 82 and 69. RGB value is (68,130,105). Sum of RGB (Red+Green+Blue) = 68+130+105=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #448269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448269 is #BB7D96. Grayscale: #6C6C6C. Windows color (decimal): -12287383 or 6914628. OLE color: 6914628.

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

Color convert

RGB 68 130 105 -
CMYK 0.48 0 0.19 0.49
HSL 155.81º 0.31% 0.39% -
HSV(B) 155.81º 0.48% 0.51% -
XYZ 12.92 18.21 16.2 -
YUV 108.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 68 130 105 0.48 0 0.19 0.49 155.81 0.31 0.39
Hex 44 82 69 30 0 13 31 9C 1F 27
Octal 104 202 151 60 0 23 61 234 37 47
Binary 1000100 10000010 1101001 110000 0 10011 110001 10011100 11111 100111

Color Harmonies of #448269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448269

Black with #448269

Text Example


Text Example

White with #448269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448269; }

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

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

background-color css

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

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

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

border-color css

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

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

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