Html Css Color HEX #448212 Bilbao

📋 copy color: '#448212'

red 68 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #448212

Tints of Bilbao #448212

RGB

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

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

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

R = 31.48%
G = 60.19%
B = 8.33%

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

#448212 (or 0x448212) is known color: Bilbao. HEX triplet: 44, 82 and 12. RGB value is (68,130,18). Sum of RGB (Red+Green+Blue) = 68+130+18=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #448212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448212 is #BB7DED. Grayscale: #636363. Windows color (decimal): -12287470 or 1212996. OLE color: 1212996.

HSL color Cylindrical-coordinate representation of color #448212: hue angle of 93.21º 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 #448212 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 130 18 -
CMYK 0.48 0 0.86 0.49
HSL 93.21º 0.76% 0.29% -
HSV(B) 93.21º 0.86% 0.51% -
XYZ 10.48 17.24 3.35 -
YUV 98.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 68 130 18 0.48 0 0.86 0.49 93.21 0.76 0.29
Hex 44 82 12 30 0 56 31 5D 4C 1D
Octal 104 202 22 60 0 126 61 135 114 35
Binary 1000100 10000010 10010 110000 0 1010110 110001 1011101 1001100 11101

Color Harmonies of #448212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448212

Black with #448212

Text Example


Text Example

White with #448212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448212; }

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

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

background-color css

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

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

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

border-color css

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

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

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