Html Css Color HEX #447968 Viridian

📋 copy color: '#447968'

red 68 ◦ green 121 ◦ blue 104

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

Shades of Viridian #447968

Tints of Viridian #447968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

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

R = 23.21%
G = 41.3%
B = 35.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#447968 (or 0x447968) is known color: Viridian. HEX triplet: 44, 79 and 68. RGB value is (68,121,104). Sum of RGB (Red+Green+Blue) = 68+121+104=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #447968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447968 is #BB8697. Grayscale: #676767. Windows color (decimal): -12289688 or 6846788. OLE color: 6846788.

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

Color convert

RGB 68 121 104 -
CMYK 0.44 0 0.14 0.53
HSL 160.75º 0.28% 0.37% -
HSV(B) 160.75º 0.44% 0.47% -
XYZ 11.72 15.9 15.55 -
YUV 103.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 68 121 104 0.44 0 0.14 0.53 160.75 0.28 0.37
Hex 44 79 68 2C 0 E 35 A1 1C 25
Octal 104 171 150 54 0 16 65 241 34 45
Binary 1000100 1111001 1101000 101100 0 1110 110101 10100001 11100 100101

Color Harmonies of #447968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447968

Black with #447968

Text Example


Text Example

White with #447968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447968; }

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

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

background-color css

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

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

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

border-color css

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

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

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