Html Css Color HEX #447322 Bilbao

📋 copy color: '#447322'

red 68 ◦ green 115 ◦ blue 34

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

Shades of Bilbao #447322

Tints of Bilbao #447322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53%

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 31.34%
G = 53%
B = 15.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#447322 (or 0x447322) is known color: Bilbao. HEX triplet: 44, 73 and 22. RGB value is (68,115,34). Sum of RGB (Red+Green+Blue) = 68+115+34=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #447322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447322 is #BB8CDD. Grayscale: #5B5B5B. Windows color (decimal): -12291294 or 2257732. OLE color: 2257732.

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

Color convert

RGB 68 115 34 -
CMYK 0.41 0 0.70 0.55
HSL 94.81º 0.54% 0.29% -
HSV(B) 94.81º 0.7% 0.45% -
XYZ 8.8 13.61 3.68 -
YUV 91.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 68 115 34 0.41 0 0.70 0.55 94.81 0.54 0.29
Hex 44 73 22 29 0 46 37 5F 36 1D
Octal 104 163 42 51 0 106 67 137 66 35
Binary 1000100 1110011 100010 101001 0 1000110 110111 1011111 110110 11101

Color Harmonies of #447322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447322

Black with #447322

Text Example


Text Example

White with #447322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447322; }

 p { color: rgb(68,115,34); }

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

background-color css

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

 a { background-color: rgb(68,115,34); }

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

border-color css

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

 span { border-color: rgb(68,115,34); }

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