Html Css Color HEX #447F6C Viridian

📋 copy color: '#447F6C'

red 68 ◦ green 127 ◦ blue 108

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

Shades of Viridian #447F6C

Tints of Viridian #447F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 22.44%
G = 41.91%
B = 35.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#447F6C (or 0x447F6C) is known color: Viridian. HEX triplet: 44, 7F and 6C. RGB value is (68,127,108). Sum of RGB (Red+Green+Blue) = 68+127+108=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #447F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F6C is #BB8093. Grayscale: #6B6B6B. Windows color (decimal): -12288148 or 7110468. OLE color: 7110468.

HSL color Cylindrical-coordinate representation of color #447F6C: hue angle of 160.68º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F6C is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 127 108 -
CMYK 0.46 0 0.15 0.50
HSL 160.68º 0.3% 0.38% -
HSV(B) 160.68º 0.46% 0.5% -
XYZ 12.68 17.49 16.9 -
YUV 107.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 68 127 108 0.46 0 0.15 0.50 160.68 0.3 0.38
Hex 44 7F 6C 2E 0 F 32 A1 1E 26
Octal 104 177 154 56 0 17 62 241 36 46
Binary 1000100 1111111 1101100 101110 0 1111 110010 10100001 11110 100110

Color Harmonies of #447F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447F6C

Black with #447F6C

Text Example


Text Example

White with #447F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447F6C; }

 p { color: rgb(68,127,108); }

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

background-color css

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

 a { background-color: rgb(68,127,108); }

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

border-color css

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

 span { border-color: rgb(68,127,108); }

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