Html Css Color HEX #448112 Bilbao

📋 copy color: '#448112'

red 68 ◦ green 129 ◦ blue 18

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

Shades of Bilbao #448112

Tints of Bilbao #448112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60%

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

R = 31.63%
G = 60%
B = 8.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#448112 (or 0x448112) is known color: Bilbao. HEX triplet: 44, 81 and 12. RGB value is (68,129,18). Sum of RGB (Red+Green+Blue) = 68+129+18=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #448112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448112 is #BB7EED. Grayscale: #626262. Windows color (decimal): -12287726 or 1212740. OLE color: 1212740.

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

Color convert

RGB 68 129 18 -
CMYK 0.47 0 0.86 0.49
HSL 92.97º 0.76% 0.29% -
HSV(B) 92.97º 0.86% 0.51% -
XYZ 10.34 16.97 3.3 -
YUV 98.11 82.79 106.53 -
System Red Green Blue C M Y K H S L
Decimal 68 129 18 0.47 0 0.86 0.49 92.97 0.76 0.29
Hex 44 81 12 2F 0 56 31 5D 4C 1D
Octal 104 201 22 57 0 126 61 135 114 35
Binary 1000100 10000001 10010 101111 0 1010110 110001 1011101 1001100 11101

Color Harmonies of #448112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448112

Black with #448112

Text Example


Text Example

White with #448112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448112; }

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

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

background-color css

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

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

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

border-color css

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

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

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