Html Css Color HEX #448B6B Viridian

📋 copy color: '#448B6B'

red 68 ◦ green 139 ◦ blue 107

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

Shades of Viridian #448B6B

Tints of Viridian #448B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 21.66%
G = 44.27%
B = 34.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#448B6B (or 0x448B6B) is known color: Viridian. HEX triplet: 44, 8B and 6B. RGB value is (68,139,107). Sum of RGB (Red+Green+Blue) = 68+139+107=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #448B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B6B is #BB7494. Grayscale: #727272. Windows color (decimal): -12285077 or 7048004. OLE color: 7048004.

HSL color Cylindrical-coordinate representation of color #448B6B: hue angle of 152.96º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B6B is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 139 107 -
CMYK 0.51 0 0.23 0.45
HSL 152.96º 0.34% 0.41% -
HSV(B) 152.96º 0.51% 0.55% -
XYZ 14.27 20.76 17.16 -
YUV 114.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 68 139 107 0.51 0 0.23 0.45 152.96 0.34 0.41
Hex 44 8B 6B 33 0 17 2D 99 22 29
Octal 104 213 153 63 0 27 55 231 42 51
Binary 1000100 10001011 1101011 110011 0 10111 101101 10011001 100010 101001

Color Harmonies of #448B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B6B

Black with #448B6B

Text Example


Text Example

White with #448B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448B6B; }

 p { color: rgb(68,139,107); }

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

background-color css

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

 a { background-color: rgb(68,139,107); }

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

border-color css

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

 span { border-color: rgb(68,139,107); }

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