Html Css Color HEX #447B65 Viridian

📋 copy color: '#447B65'

red 68 ◦ green 123 ◦ blue 101

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

Shades of Viridian #447B65

Tints of Viridian #447B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.12%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 23.29%
G = 42.12%
B = 34.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#447B65 (or 0x447B65) is known color: Viridian. HEX triplet: 44, 7B and 65. RGB value is (68,123,101). Sum of RGB (Red+Green+Blue) = 68+123+101=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #447B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B65 is #BB849A. Grayscale: #686868. Windows color (decimal): -12289179 or 6650692. OLE color: 6650692.

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

Color convert

RGB 68 123 101 -
CMYK 0.45 0 0.18 0.52
HSL 156º 0.29% 0.37% -
HSV(B) 156º 0.45% 0.48% -
XYZ 11.82 16.33 14.84 -
YUV 104.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 68 123 101 0.45 0 0.18 0.52 156 0.29 0.37
Hex 44 7B 65 2D 0 12 34 9C 1D 25
Octal 104 173 145 55 0 22 64 234 35 45
Binary 1000100 1111011 1100101 101101 0 10010 110100 10011100 11101 100101

Color Harmonies of #447B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B65

Black with #447B65

Text Example


Text Example

White with #447B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,123,101); }

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

background-color css

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

 a { background-color: rgb(68,123,101); }

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

border-color css

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

 span { border-color: rgb(68,123,101); }

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