Html Css Color HEX #448767 Viridian

📋 copy color: '#448767'

red 68 ◦ green 135 ◦ blue 103

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

Shades of Viridian #448767

Tints of Viridian #448767

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

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

R = 22.22%
G = 44.12%
B = 33.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#448767 (or 0x448767) is known color: Viridian. HEX triplet: 44, 87 and 67. RGB value is (68,135,103). Sum of RGB (Red+Green+Blue) = 68+135+103=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #448767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448767 is #BB7898. Grayscale: #6F6F6F. Windows color (decimal): -12286105 or 6784836. OLE color: 6784836.

HSL color Cylindrical-coordinate representation of color #448767: hue angle of 151.34º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448767 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 103 -
CMYK 0.50 0 0.24 0.47
HSL 151.34º 0.33% 0.4% -
HSV(B) 151.34º 0.5% 0.53% -
XYZ 13.5 19.54 15.89 -
YUV 111.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 68 135 103 0.50 0 0.24 0.47 151.34 0.33 0.4
Hex 44 87 67 32 0 18 2F 97 21 28
Octal 104 207 147 62 0 30 57 227 41 50
Binary 1000100 10000111 1100111 110010 0 11000 101111 10010111 100001 101000

Color Harmonies of #448767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448767

Black with #448767

Text Example


Text Example

White with #448767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448767; }

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

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

background-color css

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

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

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

border-color css

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

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

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