Html Css Color HEX #448C75 Viridian

📋 copy color: '#448C75'

red 68 ◦ green 140 ◦ blue 117

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

Shades of Viridian #448C75

Tints of Viridian #448C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

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

R = 20.92%
G = 43.08%
B = 36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#448C75 (or 0x448C75) is known color: Viridian. HEX triplet: 44, 8C and 75. RGB value is (68,140,117). Sum of RGB (Red+Green+Blue) = 68+140+117=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #448C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C75 is #BB738A. Grayscale: #737373. Windows color (decimal): -12284811 or 7703620. OLE color: 7703620.

HSL color Cylindrical-coordinate representation of color #448C75: hue angle of 160.83º degrees, saturation: 0.35, 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 #448C75 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 140 117 -
CMYK 0.51 0 0.16 0.45
HSL 160.83º 0.35% 0.41% -
HSV(B) 160.83º 0.51% 0.55% -
XYZ 14.97 21.27 20.15 -
YUV 115.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 68 140 117 0.51 0 0.16 0.45 160.83 0.35 0.41
Hex 44 8C 75 33 0 10 2D A1 23 29
Octal 104 214 165 63 0 20 55 241 43 51
Binary 1000100 10001100 1110101 110011 0 10000 101101 10100001 100011 101001

Color Harmonies of #448C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C75

Black with #448C75

Text Example


Text Example

White with #448C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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