Html Css Color HEX #448766 Viridian

📋 copy color: '#448766'

red 68 ◦ green 135 ◦ blue 102

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

Shades of Viridian #448766

Tints of Viridian #448766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 22.3%
G = 44.26%
B = 33.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#448766 (or 0x448766) is known color: Viridian. HEX triplet: 44, 87 and 66. RGB value is (68,135,102). Sum of RGB (Red+Green+Blue) = 68+135+102=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #448766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448766 is #BB7899. Grayscale: #6F6F6F. Windows color (decimal): -12286106 or 6719300. OLE color: 6719300.

HSL color Cylindrical-coordinate representation of color #448766: hue angle of 150.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448766 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 102 -
CMYK 0.50 0 0.24 0.47
HSL 150.45º 0.33% 0.4% -
HSV(B) 150.45º 0.5% 0.53% -
XYZ 13.45 19.52 15.63 -
YUV 111.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 68 135 102 0.50 0 0.24 0.47 150.45 0.33 0.4
Hex 44 87 66 32 0 18 2F 96 21 28
Octal 104 207 146 62 0 30 57 226 41 50
Binary 1000100 10000111 1100110 110010 0 11000 101111 10010110 100001 101000

Color Harmonies of #448766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448766

Black with #448766

Text Example


Text Example

White with #448766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448766; }

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

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

background-color css

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

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

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

border-color css

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

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

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