Html Css Color HEX #448267 Viridian

📋 copy color: '#448267'

red 68 ◦ green 130 ◦ blue 103

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

Shades of Viridian #448267

Tints of Viridian #448267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 22.59%
G = 43.19%
B = 34.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#448267 (or 0x448267) is known color: Viridian. HEX triplet: 44, 82 and 67. RGB value is (68,130,103). Sum of RGB (Red+Green+Blue) = 68+130+103=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #448267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448267 is #BB7D98. Grayscale: #6C6C6C. Windows color (decimal): -12287385 or 6783556. OLE color: 6783556.

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

Color convert

RGB 68 130 103 -
CMYK 0.48 0 0.21 0.49
HSL 153.87º 0.31% 0.39% -
HSV(B) 153.87º 0.48% 0.51% -
XYZ 12.81 18.17 15.66 -
YUV 108.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 68 130 103 0.48 0 0.21 0.49 153.87 0.31 0.39
Hex 44 82 67 30 0 15 31 9A 1F 27
Octal 104 202 147 60 0 25 61 232 37 47
Binary 1000100 10000010 1100111 110000 0 10101 110001 10011010 11111 100111

Color Harmonies of #448267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448267

Black with #448267

Text Example


Text Example

White with #448267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448267; }

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

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

background-color css

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

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

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

border-color css

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

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

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