Html Css Color HEX #447431 Bilbao

📋 copy color: '#447431'

red 68 ◦ green 116 ◦ blue 49

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

Shades of Bilbao #447431

Tints of Bilbao #447431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 29.18%
G = 49.79%
B = 21.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#447431 (or 0x447431) is known color: Bilbao. HEX triplet: 44, 74 and 31. RGB value is (68,116,49). Sum of RGB (Red+Green+Blue) = 68+116+49=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #447431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447431 is #BB8BCE. Grayscale: #5E5E5E. Windows color (decimal): -12291023 or 3241028. OLE color: 3241028.

HSL color Cylindrical-coordinate representation of color #447431: hue angle of 102.99º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447431 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 49 -
CMYK 0.41 0 0.58 0.55
HSL 102.99º 0.41% 0.32% -
HSV(B) 102.99º 0.58% 0.45% -
XYZ 9.18 13.94 5.11 -
YUV 94.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 68 116 49 0.41 0 0.58 0.55 102.99 0.41 0.32
Hex 44 74 31 29 0 3A 37 67 29 20
Octal 104 164 61 51 0 72 67 147 51 40
Binary 1000100 1110100 110001 101001 0 111010 110111 1100111 101001 100000

Color Harmonies of #447431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447431

Black with #447431

Text Example


Text Example

White with #447431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447431; }

 p { color: rgb(68,116,49); }

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

background-color css

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

 a { background-color: rgb(68,116,49); }

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

border-color css

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

 span { border-color: rgb(68,116,49); }

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