Html Css Color HEX #448467 Viridian

📋 copy color: '#448467'

red 68 ◦ green 132 ◦ blue 103

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

Shades of Viridian #448467

Tints of Viridian #448467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 22.44%
G = 43.56%
B = 33.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#448467 (or 0x448467) is known color: Viridian. HEX triplet: 44, 84 and 67. RGB value is (68,132,103). Sum of RGB (Red+Green+Blue) = 68+132+103=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #448467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448467 is #BB7B98. Grayscale: #6D6D6D. Windows color (decimal): -12286873 or 6784068. OLE color: 6784068.

HSL color Cylindrical-coordinate representation of color #448467: hue angle of 152.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448467 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 103 -
CMYK 0.48 0 0.22 0.48
HSL 152.81º 0.32% 0.39% -
HSV(B) 152.81º 0.48% 0.52% -
XYZ 13.08 18.71 15.75 -
YUV 109.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 68 132 103 0.48 0 0.22 0.48 152.81 0.32 0.39
Hex 44 84 67 30 0 16 30 99 20 27
Octal 104 204 147 60 0 26 60 231 40 47
Binary 1000100 10000100 1100111 110000 0 10110 110000 10011001 100000 100111

Color Harmonies of #448467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448467

Black with #448467

Text Example


Text Example

White with #448467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448467; }

 p { color: rgb(68,132,103); }

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

background-color css

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

 a { background-color: rgb(68,132,103); }

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

border-color css

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

 span { border-color: rgb(68,132,103); }

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