Html Css Color HEX #448312 Bilbao

📋 copy color: '#448312'

red 68 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #448312

Tints of Bilbao #448312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.37%

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 31.34%
G = 60.37%
B = 8.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#448312 (or 0x448312) is known color: Bilbao. HEX triplet: 44, 83 and 12. RGB value is (68,131,18). Sum of RGB (Red+Green+Blue) = 68+131+18=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #448312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448312 is #BB7CED. Grayscale: #636363. Windows color (decimal): -12287214 or 1213252. OLE color: 1213252.

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

Color convert

RGB 68 131 18 -
CMYK 0.48 0 0.86 0.49
HSL 93.45º 0.76% 0.29% -
HSV(B) 93.45º 0.86% 0.51% -
XYZ 10.61 17.51 3.39 -
YUV 99.28 82.13 105.69 -
System Red Green Blue C M Y K H S L
Decimal 68 131 18 0.48 0 0.86 0.49 93.45 0.76 0.29
Hex 44 83 12 30 0 56 31 5D 4C 1D
Octal 104 203 22 60 0 126 61 135 114 35
Binary 1000100 10000011 10010 110000 0 1010110 110001 1011101 1001100 11101

Color Harmonies of #448312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448312

Black with #448312

Text Example


Text Example

White with #448312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448312; }

 p { color: rgb(68,131,18); }

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

background-color css

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

 a { background-color: rgb(68,131,18); }

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

border-color css

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

 span { border-color: rgb(68,131,18); }

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