Html Css Color HEX #448567 Viridian

📋 copy color: '#448567'

red 68 ◦ green 133 ◦ blue 103

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

Shades of Viridian #448567

Tints of Viridian #448567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

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

R = 22.37%
G = 43.75%
B = 33.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#448567 (or 0x448567) is known color: Viridian. HEX triplet: 44, 85 and 67. RGB value is (68,133,103). Sum of RGB (Red+Green+Blue) = 68+133+103=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #448567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448567 is #BB7A98. Grayscale: #6E6E6E. Windows color (decimal): -12286617 or 6784324. OLE color: 6784324.

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

Color convert

RGB 68 133 103 -
CMYK 0.49 0 0.23 0.48
HSL 152.31º 0.32% 0.39% -
HSV(B) 152.31º 0.49% 0.52% -
XYZ 13.22 18.98 15.8 -
YUV 110.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 68 133 103 0.49 0 0.23 0.48 152.31 0.32 0.39
Hex 44 85 67 31 0 17 30 98 20 27
Octal 104 205 147 61 0 27 60 230 40 47
Binary 1000100 10000101 1100111 110001 0 10111 110000 10011000 100000 100111

Color Harmonies of #448567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448567

Black with #448567

Text Example


Text Example

White with #448567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448567; }

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

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

background-color css

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

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

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

border-color css

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

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

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