Html Css Color HEX #447868 Viridian

📋 copy color: '#447868'

red 68 ◦ green 120 ◦ blue 104

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

Shades of Viridian #447868

Tints of Viridian #447868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.1%

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

R = 23.29%
G = 41.1%
B = 35.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#447868 (or 0x447868) is known color: Viridian. HEX triplet: 44, 78 and 68. RGB value is (68,120,104). Sum of RGB (Red+Green+Blue) = 68+120+104=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #447868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447868 is #BB8797. Grayscale: #666666. Windows color (decimal): -12289944 or 6846532. OLE color: 6846532.

HSL color Cylindrical-coordinate representation of color #447868: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447868 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 120 104 -
CMYK 0.43 0 0.13 0.53
HSL 161.54º 0.28% 0.37% -
HSV(B) 161.54º 0.43% 0.47% -
XYZ 11.6 15.66 15.51 -
YUV 102.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 68 120 104 0.43 0 0.13 0.53 161.54 0.28 0.37
Hex 44 78 68 2B 0 D 35 A2 1C 25
Octal 104 170 150 53 0 15 65 242 34 45
Binary 1000100 1111000 1101000 101011 0 1101 110101 10100010 11100 100101

Color Harmonies of #447868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447868

Black with #447868

Text Example


Text Example

White with #447868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447868; }

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

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

background-color css

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

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

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

border-color css

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

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

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