Html Css Color HEX #448568 Viridian

📋 copy color: '#448568'

red 68 ◦ green 133 ◦ blue 104

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

Shades of Viridian #448568

Tints of Viridian #448568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 22.3%
G = 43.61%
B = 34.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#448568 (or 0x448568) is known color: Viridian. HEX triplet: 44, 85 and 68. RGB value is (68,133,104). Sum of RGB (Red+Green+Blue) = 68+133+104=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #448568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448568 is #BB7A97. Grayscale: #6E6E6E. Windows color (decimal): -12286616 or 6849860. OLE color: 6849860.

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

Color convert

RGB 68 133 104 -
CMYK 0.49 0 0.22 0.48
HSL 153.23º 0.32% 0.39% -
HSV(B) 153.23º 0.49% 0.52% -
XYZ 13.27 19 16.07 -
YUV 110.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 68 133 104 0.49 0 0.22 0.48 153.23 0.32 0.39
Hex 44 85 68 31 0 16 30 99 20 27
Octal 104 205 150 61 0 26 60 231 40 47
Binary 1000100 10000101 1101000 110001 0 10110 110000 10011001 100000 100111

Color Harmonies of #448568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448568

Black with #448568

Text Example


Text Example

White with #448568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448568; }

 p { color: rgb(68,133,104); }

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

background-color css

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

 a { background-color: rgb(68,133,104); }

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

border-color css

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

 span { border-color: rgb(68,133,104); }

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