Html Css Color HEX #448266 Viridian

📋 copy color: '#448266'

red 68 ◦ green 130 ◦ blue 102

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

Shades of Viridian #448266

Tints of Viridian #448266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 22.67%
G = 43.33%
B = 34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#448266 (or 0x448266) is known color: Viridian. HEX triplet: 44, 82 and 66. RGB value is (68,130,102). Sum of RGB (Red+Green+Blue) = 68+130+102=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #448266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448266 is #BB7D99. Grayscale: #6C6C6C. Windows color (decimal): -12287386 or 6718020. OLE color: 6718020.

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

Color convert

RGB 68 130 102 -
CMYK 0.48 0 0.22 0.49
HSL 152.9º 0.31% 0.39% -
HSV(B) 152.9º 0.48% 0.51% -
XYZ 12.76 18.15 15.4 -
YUV 108.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 68 130 102 0.48 0 0.22 0.49 152.9 0.31 0.39
Hex 44 82 66 30 0 16 31 99 1F 27
Octal 104 202 146 60 0 26 61 231 37 47
Binary 1000100 10000010 1100110 110000 0 10110 110001 10011001 11111 100111

Color Harmonies of #448266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448266

Black with #448266

Text Example


Text Example

White with #448266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448266; }

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

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

background-color css

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

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

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

border-color css

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

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

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