Html Css Color HEX #448315 Bilbao

📋 copy color: '#448315'

red 68 ◦ green 131 ◦ blue 21

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

Shades of Bilbao #448315

Tints of Bilbao #448315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 30.91%
G = 59.55%
B = 9.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#448315 (or 0x448315) is known color: Bilbao. HEX triplet: 44, 83 and 15. RGB value is (68,131,21). Sum of RGB (Red+Green+Blue) = 68+131+21=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #448315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448315 is #BB7CEA. Grayscale: #646464. Windows color (decimal): -12287211 or 1409860. OLE color: 1409860.

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

Color convert

RGB 68 131 21 -
CMYK 0.48 0 0.84 0.49
HSL 94.36º 0.72% 0.3% -
HSV(B) 94.36º 0.84% 0.51% -
XYZ 10.64 17.52 3.53 -
YUV 99.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 68 131 21 0.48 0 0.84 0.49 94.36 0.72 0.3
Hex 44 83 15 30 0 54 31 5E 48 1E
Octal 104 203 25 60 0 124 61 136 110 36
Binary 1000100 10000011 10101 110000 0 1010100 110001 1011110 1001000 11110

Color Harmonies of #448315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448315

Black with #448315

Text Example


Text Example

White with #448315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448315; }

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

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

background-color css

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

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

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

border-color css

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

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

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