Html Css Color HEX #448113 Bilbao

📋 copy color: '#448113'

red 68 ◦ green 129 ◦ blue 19

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

Shades of Bilbao #448113

Tints of Bilbao #448113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 31.48%
G = 59.72%
B = 8.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#448113 (or 0x448113) is known color: Bilbao. HEX triplet: 44, 81 and 13. RGB value is (68,129,19). Sum of RGB (Red+Green+Blue) = 68+129+19=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #448113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448113 is #BB7EEC. Grayscale: #626262. Windows color (decimal): -12287725 or 1278276. OLE color: 1278276.

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

Color convert

RGB 68 129 19 -
CMYK 0.47 0 0.85 0.49
HSL 93.27º 0.74% 0.29% -
HSV(B) 93.27º 0.85% 0.51% -
XYZ 10.35 16.98 3.35 -
YUV 98.22 83.29 106.44 -
System Red Green Blue C M Y K H S L
Decimal 68 129 19 0.47 0 0.85 0.49 93.27 0.74 0.29
Hex 44 81 13 2F 0 55 31 5D 4A 1D
Octal 104 201 23 57 0 125 61 135 112 35
Binary 1000100 10000001 10011 101111 0 1010101 110001 1011101 1001010 11101

Color Harmonies of #448113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448113

Black with #448113

Text Example


Text Example

White with #448113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448113; }

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

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

background-color css

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

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

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

border-color css

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

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

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