Html Css Color HEX #448A75 Viridian

📋 copy color: '#448A75'

red 68 ◦ green 138 ◦ blue 117

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

Shades of Viridian #448A75

Tints of Viridian #448A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 21.05%
G = 42.72%
B = 36.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#448A75 (or 0x448A75) is known color: Viridian. HEX triplet: 44, 8A and 75. RGB value is (68,138,117). Sum of RGB (Red+Green+Blue) = 68+138+117=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #448A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A75 is #BB758A. Grayscale: #727272. Windows color (decimal): -12285323 or 7703108. OLE color: 7703108.

HSL color Cylindrical-coordinate representation of color #448A75: hue angle of 162º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A75 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 138 117 -
CMYK 0.51 0 0.15 0.46
HSL 162º 0.34% 0.4% -
HSV(B) 162º 0.51% 0.54% -
XYZ 14.68 20.69 20.05 -
YUV 114.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 68 138 117 0.51 0 0.15 0.46 162 0.34 0.4
Hex 44 8A 75 33 0 F 2E A2 22 28
Octal 104 212 165 63 0 17 56 242 42 50
Binary 1000100 10001010 1110101 110011 0 1111 101110 10100010 100010 101000

Color Harmonies of #448A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A75

Black with #448A75

Text Example


Text Example

White with #448A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,117); }

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

background-color css

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

 a { background-color: rgb(68,138,117); }

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

border-color css

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

 span { border-color: rgb(68,138,117); }

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