Html Css Color HEX #448512 Bilbao

📋 copy color: '#448512'

red 68 ◦ green 133 ◦ blue 18

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

Shades of Bilbao #448512

Tints of Bilbao #448512

RGB

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

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

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

R = 31.05%
G = 60.73%
B = 8.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#448512 (or 0x448512) is known color: Bilbao. HEX triplet: 44, 85 and 12. RGB value is (68,133,18). Sum of RGB (Red+Green+Blue) = 68+133+18=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #448512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448512 is #BB7AED. Grayscale: #646464. Windows color (decimal): -12286702 or 1213764. OLE color: 1213764.

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

Color convert

RGB 68 133 18 -
CMYK 0.49 0 0.86 0.48
HSL 93.91º 0.76% 0.3% -
HSV(B) 93.91º 0.86% 0.52% -
XYZ 10.88 18.05 3.48 -
YUV 100.46 81.47 104.85 -
System Red Green Blue C M Y K H S L
Decimal 68 133 18 0.49 0 0.86 0.48 93.91 0.76 0.3
Hex 44 85 12 31 0 56 30 5E 4C 1E
Octal 104 205 22 61 0 126 60 136 114 36
Binary 1000100 10000101 10010 110001 0 1010110 110000 1011110 1001100 11110

Color Harmonies of #448512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448512

Black with #448512

Text Example


Text Example

White with #448512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448512; }

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

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

background-color css

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

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

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

border-color css

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

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

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