Html Css Color HEX #448163 Viridian

📋 copy color: '#448163'

red 68 ◦ green 129 ◦ blue 99

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

Shades of Viridian #448163

Tints of Viridian #448163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 22.97%
G = 43.58%
B = 33.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#448163 (or 0x448163) is known color: Viridian. HEX triplet: 44, 81 and 63. RGB value is (68,129,99). Sum of RGB (Red+Green+Blue) = 68+129+99=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #448163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448163 is #BB7E9C. Grayscale: #6B6B6B. Windows color (decimal): -12287645 or 6521156. OLE color: 6521156.

HSL color Cylindrical-coordinate representation of color #448163: hue angle of 150.49º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448163 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 99 -
CMYK 0.47 0 0.23 0.49
HSL 150.49º 0.31% 0.39% -
HSV(B) 150.49º 0.47% 0.51% -
XYZ 12.49 17.83 14.59 -
YUV 107.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 68 129 99 0.47 0 0.23 0.49 150.49 0.31 0.39
Hex 44 81 63 2F 0 17 31 96 1F 27
Octal 104 201 143 57 0 27 61 226 37 47
Binary 1000100 10000001 1100011 101111 0 10111 110001 10010110 11111 100111

Color Harmonies of #448163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448163

Black with #448163

Text Example


Text Example

White with #448163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448163; }

 p { color: rgb(68,129,99); }

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

background-color css

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

 a { background-color: rgb(68,129,99); }

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

border-color css

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

 span { border-color: rgb(68,129,99); }

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