Html Css Color HEX #447E6E Viridian

📋 copy color: '#447E6E'

red 68 ◦ green 126 ◦ blue 110

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

Shades of Viridian #447E6E

Tints of Viridian #447E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.45%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 22.37%
G = 41.45%
B = 36.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#447E6E (or 0x447E6E) is known color: Viridian. HEX triplet: 44, 7E and 6E. RGB value is (68,126,110). Sum of RGB (Red+Green+Blue) = 68+126+110=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 126 - color contains mainly: green. Hex color #447E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E6E is #BB8191. Grayscale: #6A6A6A. Windows color (decimal): -12288402 or 7241284. OLE color: 7241284.

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

Color convert

RGB 68 126 110 -
CMYK 0.46 0 0.13 0.51
HSL 163.45º 0.3% 0.38% -
HSV(B) 163.45º 0.46% 0.49% -
XYZ 12.66 17.28 17.42 -
YUV 106.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 68 126 110 0.46 0 0.13 0.51 163.45 0.3 0.38
Hex 44 7E 6E 2E 0 D 33 A3 1E 26
Octal 104 176 156 56 0 15 63 243 36 46
Binary 1000100 1111110 1101110 101110 0 1101 110011 10100011 11110 100110

Color Harmonies of #447E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E6E

Black with #447E6E

Text Example


Text Example

White with #447E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,126,110); }

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

background-color css

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

 a { background-color: rgb(68,126,110); }

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

border-color css

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

 span { border-color: rgb(68,126,110); }

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