Html Css Color HEX #447A66 Viridian

📋 copy color: '#447A66'

red 68 ◦ green 122 ◦ blue 102

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

Shades of Viridian #447A66

Tints of Viridian #447A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 23.29%
G = 41.78%
B = 34.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#447A66 (or 0x447A66) is known color: Viridian. HEX triplet: 44, 7A and 66. RGB value is (68,122,102). Sum of RGB (Red+Green+Blue) = 68+122+102=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #447A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A66 is #BB8599. Grayscale: #676767. Windows color (decimal): -12289434 or 6715972. OLE color: 6715972.

HSL color Cylindrical-coordinate representation of color #447A66: hue angle of 157.78º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A66 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 122 102 -
CMYK 0.44 0 0.16 0.52
HSL 157.78º 0.28% 0.37% -
HSV(B) 157.78º 0.44% 0.48% -
XYZ 11.74 16.11 15.06 -
YUV 103.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 68 122 102 0.44 0 0.16 0.52 157.78 0.28 0.37
Hex 44 7A 66 2C 0 10 34 9E 1C 25
Octal 104 172 146 54 0 20 64 236 34 45
Binary 1000100 1111010 1100110 101100 0 10000 110100 10011110 11100 100101

Color Harmonies of #447A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A66

Black with #447A66

Text Example


Text Example

White with #447A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,122,102); }

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

background-color css

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

 a { background-color: rgb(68,122,102); }

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

border-color css

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

 span { border-color: rgb(68,122,102); }

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