Html Css Color HEX #448665 Viridian

📋 copy color: '#448665'

red 68 ◦ green 134 ◦ blue 101

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

Shades of Viridian #448665

Tints of Viridian #448665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

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

R = 22.44%
G = 44.22%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#448665 (or 0x448665) is known color: Viridian. HEX triplet: 44, 86 and 65. RGB value is (68,134,101). Sum of RGB (Red+Green+Blue) = 68+134+101=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #448665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448665 is #BB799A. Grayscale: #6E6E6E. Windows color (decimal): -12286363 or 6653508. OLE color: 6653508.

HSL color Cylindrical-coordinate representation of color #448665: hue angle of 150º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448665 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 134 101 -
CMYK 0.49 0 0.25 0.47
HSL 150º 0.33% 0.4% -
HSV(B) 150º 0.49% 0.53% -
XYZ 13.26 19.22 15.32 -
YUV 110.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 68 134 101 0.49 0 0.25 0.47 150 0.33 0.4
Hex 44 86 65 31 0 19 2F 96 21 28
Octal 104 206 145 61 0 31 57 226 41 50
Binary 1000100 10000110 1100101 110001 0 11001 101111 10010110 100001 101000

Color Harmonies of #448665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448665

Black with #448665

Text Example


Text Example

White with #448665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448665; }

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

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

background-color css

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

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

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

border-color css

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

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

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